Click
Clicking on an element on the page
Inputs
Description of the element you want to interact with. Refer to the Locating elements guide for more information.
Configs
Double click on the element.
Right click on the element.
Do not wait for the element to be visible, stable and actionable before interacting. Useful for elements that are constantly animating or partially obscured.
Treat the element description as a CSS selector. This is not recommended for maintainability reasons but can be useful for dynamic pages.
Search for the element in the current visible area only. Improves performance and accuracy for long pages. Does not affect vision descriptions, which always use the visible area only.
Expect the click to trigger navigation and wait for the new page to load completely before continuing. Provide a glob pattern or exact string that the new URL should match.
Was this page helpful?