ClickWebTableCell

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

Syntax -

ClickWebTableCell <Row> <Column> <Element Identifier>

       Where:

               <Row> is an integer or a variable that contains an integer

               <Column> is an integer or a variable that contains an integer

               <Element Identifier> is an valid web element identifier as described in Identifying an Element

 

Description:

This command simulates a mouse click on a table cell.  In some applications, table cells will respond to mouse clicks by selecting, highlighting, sorting, filtering or performing other actions.

 

Soarian SmartUI: No

Chrome: Yes

 

Sample:

       The following statement simulates a click on the table DataTable, at row 4 column 2.

ClickWebTableCell 4 2 "Dialog=Main:wellFrame:Table,ID=DataTable,INDEX=1"

 

 

See Also:

ClickWebElement

Identifying an Element

WaitForWebPageCompletion

WebElementTimeout