GetWebTable |
Top Previous Next |
×V4.1Ø
Syntax - GetWebTable <List Name> <Element Identifier> [<MaxElementsPerCell>] Where: <List Name> is the user defined name that is assigned to the list. <Element Identifier> is a valid web element identifier as described in Identifying an Element. <MaxElementsPerCell> This is an optional parameter, default is 0 (Zero)
Description: This command reads a table and places the table into an EMUE list structure. This is useful to grab extended amounts of data that is being displayed in a table or grid format from the web site and will allow EMUE to parse through as if it were any other list. MaxElementsPerCell refers to multiple elements existing inside of a single cell, the default is 0 (Zero) which will return an unlimited amount of elements that exist inside of the cell.
Soarian SmartUI: No Chrome: Yes
Sample: The following statement retrieves the table data from the web page and store it in a list named Patients. GetWebTable Patients "Dialog=Main:wellFrame:Table,ID=DataTable,INDEX=1"
See Also:
|