show / hide menu

Sub Activity – Screen Scraping

Screen Scraping activities for extracting structured data from application screens. It enables automation to retrieve table data efficiently from UI elements.

The Screen Scraping activity has the following sub activity:

Extract Table Data: This activity allows the users to extract the data from the screen and save it into a structured datatable.

Configurations:

  • Element: This field supports only UI element variable returned by another activity.
  • Selector: String of code that uniquely identifies a specific UI element on a webpage or application.
  • Options: Click the button to launch the Data Scraping Configuration Wizard.

Output Properties:

  • Data: The scrapped information is stored in a DataTable variable.