Action Selenium Step

Brief description

This step hovers or hovers and clicks on the specified element in the 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

  • Action Type (Required) choose Hover or Hover and Click from the dropdown menu
  • 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
  • Wait for Element until timeout [ms] (Required) existing variable name or value that specifies the waiting time for a result 

Input Parameters

  • Driver Reference (Required) existing variable name or value that specifies the driver reference
  • Element present (Required)– existing or new variable of boolean data type

Error handling

  • Throw exception (Required):
    • T (true)
    • F (false - default value)

Was this article helpful?