Get Table
Gets table from a given Web Element.
Last updated
Gets table from a given Web Element.
Last updated
This activity extracts table from a table element specified using the selector property and stores the result as a DataTable.
Browser : Required
The variable name refers to the opened web browser.
Wait Timeout: Specifies the time in seconds to wait for until the specified element is found.
Element Selectors : Required
Specifies the webpage element from which a table is to be obtained. We can edit the selectors of the specified web element using the .
Datatable : The output DataTable which contains the data extracted from the specified Html table.