Click
Clicks the web element.
This activity finds the web element with specified selector properties and Clicks the web element.
Input
Browser :
IWebDriver Variable
Required
The variable name refers to the opened web browser.Wait Timeout :
Integer Argument
Seconds to wait until the element is found.
Target
Element :
IWebElement Variable
Specifies the target web element. If it's not provided, then the selector will be used to find the required element.Element Selectors : The Web Element selectors which will be used to find the target element. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated