All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.ClickElement.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Click element identified by locator.

If you want to click the element at certain coordinates, you can specify the position with coordinates argument in format x,y.

Examples:
| Click Element | my_id | |
| Click Element | my_id | and don't wait | |
| Click Element | my_id | 100,150        | |
| Click Element | my_id | coordinates=100,150 | # Use named argument syntax available in RF 2.5 and newer |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy