- Trigger the click event of a web element.
- This work for any type of elements such as buttons, checkboxes, dropdowns, etc.
- Specify the particular element xpath to be clicked, such as a option within a dropdown.
Parameters
- x: XPATH of the form element in chrome.
Usage
- WEBELEM x
- WEBELEM //*[@id="submit"]
On Error
- Command is ignored.