Get Table

Gets table from a given Web Element.

This activity extracts table from a table element specified using the selector property and stores the result as a DataTable.

Input

  • Browser : IWebDriver Variable Required The variable name refers to the opened web browser.

  • Wait Timeout: Integer Argument Specifies the time in seconds to wait for until the specified element is found.

Target

  • 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 Web Element Selector Editor Window.

Output

  • Datatable : DataTable Variable The output DataTable which contains the data extracted from the specified Html table.

Last updated