click_element
Click an element in a browser testing session and receive the updated screenshot and URL, with an option to force the click past overlays.
Instructions
Click an element in a session page. Returns a screenshot and the new URL/title after click. Use force=true to bypass actionability checks (useful when overlays intercept pointer events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Bypass actionability checks (default: false). Use when overlays intercept clicks. | |
| selector | Yes | CSS selector of element to click | |
| session_id | Yes | Session ID |