Click Operations
Click operations enable interactions with elements on a webpage or application through various clicking techniques. These actions help automate mouse clicks, including standard clicks, right-clicks, double-clicks, and clicks with specific conditions. These commands are useful for navigating, selecting options, or triggering actions within an automation workflow.
- Click Element: CLICK
- Click Element Via JavaScript: JSCLICK
- Move To Element and Click: MOVEANDCLICK
- Click Element If Present: CLICKIF
- Double Click Element: DOUBLECLICK
- Click Element With Offset: CLICKWITHOFFSET
- Right Context Click: CONTEXTCLICK
- Click Submenu Option: CONTEXTSUBMENUCLICK
- Click Submenu Option Via Javascript: CONTEXTSUBMENUJSCLICK
- Click to Check Box: CHECK
- Click to Uncheck Box: UNCHECK