| Click |
Performs the left-click mouse device operation on an element. |
| Check |
Performs the select operation on a check box. |
| DoubleClick |
Performs the double-click mouse device operation on an element. If the element
has a double-click event that is related to it, then the double-click action is
performed. |
| Focus |
Sets the focus to the element. |
| GetImage |
Retrieves the image from an image element. For example, an icon image. |
| GetTable |
Retrieves the table data in a tabular format from a table element. |
| GetText |
Retrieves the text from an element. For example, text from the house address
field in a web page. |
| SendKeys |
Simulates the keyboard key or key combinations that are performed on an
element. |
| SelectItem |
Selects the item in an element. |
| SetText |
Sets the specified text to the element. |
| Uncheck |
Clears a check box element. |