Wait and Click
wait_and_click Function
The wait and_click
function waits for a specific element, identified by a selector, to appear on the page and then automatically clicks on it. This is particularly useful for interacting with buttons, links, or other interactive elements on the page.
Parameter | Required | Description |
---|---|---|
| Required when | String | The selector for the desired element to be clicked on |
| Optional | Integer | Controls the time to allow the click action run in ms |
| Optional | Integer | The required delay to be added in ms |
| Optional | Bool | When |
| Optional | Bool | when true, the request will wait for the element to be present in the DOM and to be visible, i.e. to not have display: none or visibility: hidden CSS properties. |
Example Request
Like all Page Interactions, infinite scrolling is capped by the global 120-second session timeout, and will be terminated if this limit is reached.
Last updated