Scrape Data
Extracts tabular data from webpages.
This activity extracts tabular data from webpages and creates a DataTable
`` from the extracted data. The data can span multiple webpages but the output will be a single DataTable
. User can configure the output using Configure Scrape Data Window
.
Input
Wait Timeout :
Integer Argument
Seconds to wait until the element is found.Default : 5
Table Definition
Selectors :
Required
Specifies the column selectors. We can configure the columns usingConfigure Scrape Data Window
.
Output
Table :
DataTable Variable
Specifies the name of the outputDataTable
Variable.
This activity doesn't use IWebDriver
variable form Open Web Browser activity. User should open the browser with target webpage by any means before running the activity.
This activity requires installation of Visualyze Web Automation
Extension on the browser.
Last updated