Articles → Uipath → Screen Scraping In Uipath
Screen Scraping In Uipath
Purpose
Steps
- Click on the "Screen Scraping" icon on the top bar of the UiPath studio
Click to Enlarge
- A window will appear to select the UI element
Click to Enlarge
- The element is selected and the text is displayed in the "Scrape Result Preview" window
Click to Enlarge
- Click on "Finish" to complete the process
- Screen scraping is added in the designer pane
- Set the output to a variable in the properties window
Click to Enlarge
- Finally, display the value in the message box
Click to Enlarge
- Save and run the bot
Output
Click to Enlarge
Scraping Methods
- Full-text
- Extracts hidden text
- Cannot extract data from screen coordinates
- Fastest and most accurate
- Works in the background
- Works only with the desktop application
- Native
- Extracts the text from the screen coordinates
- No background execution
- OCR → This method is useful for extracting those texts that could not be extracted by the above 2 methods