Click
Last updated
Last updated
Type: click
Request that the browser clicks a particular element on the page.
Name | Type | Required | Description |
---|---|---|---|
See universal parameters.
The following code will wait 1 second and then continue with the next action, if provided.
The following code will wait for the logo to appear for a maximum of 5 seconds and it will continue with the list of actions
selector
string
The selector that defines the page element that the browser should click on.
timeout
integer
The maximum amount of time the browser should wait for the element defined by the selector to appear. Default: 20,000 (20s)