Keyword: WEBELEM - Click Web Element

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: WEBELEM - Click Web Element

Unread post 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.