Click On Web Element Step

Brief description

This step sends a mouse click to the specified web browser.

Step Information

Step Name (Not required)– the custom name of the process step that labels the editor’s process step box

Input Parameters

  • Selector Type(Required) choose a selector type from the dropdown menu, possibilities are : 
    • Class Name
    •  CSS Selector
    • Name
    • Id
    • Link Text
    • Partial Link Text
    • Tag Name
    • XPath (get those elements  after inspect element in web browser)
  • Selector Value (Required) existing variable name or value that specifies the selector value. If you need assistance with locating selectors, you can refer to the following link.
  • Click Type (Required)select click type you want to perform from the dropdown menu
    • Left Click
    • Right Click
  • Double Click (Required)toggle button to select whether you want double click 
    • T (true)
    • F (false- default value)
  • Driver Reference (Required) existing variable name or value that specifies the driver reference
  • Wait for Element until timeout [ms] (Required) existing variable name or value that specifies the waiting time for a result 

 

Was this article helpful?