Click
clickClicks on web elements using CSS selector, text, or ARIA role with accessible name to interact with pages during browser-based verification sessions.
Instructions
Clicks an element, located either by CSS/text selector or by ARIA role (optionally with name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Accessible name to match, used together with `role` | |
| role | No | ARIA role, e.g. 'button', 'link' | |
| timeout | No | Max time to wait for the element, in milliseconds | |
| selector | No | CSS or Playwright text selector | |
| sessionId | Yes |