Page 1 of 1

Keyword: WEBELEM - Click Web Element

Posted: Sun Jan 02, 2022 9:35 pm
by YiMeng
Description
  • 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.