browser_click
Clicks a specified element on a web page after waiting for it to become clickable, using CSS, XPath, or other selector.
Instructions
Click an element on the page.
Waits for the element to be clickable before clicking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID | |
| selector | Yes | Element selector | |
| by | No | Selector type (css, xpath, id, name, class, tag) | css |
| timeout | No | Maximum seconds to wait for element |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |