browser_click
Simulate mouse clicks on specific web page elements identified by a selector, supporting multiple buttons, click counts, and delays, for automated browser interactions on a concurrent MCP server.
Instructions
Click on a page element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
button | No | Mouse button | left |
clickCount | No | Number of clicks | |
delay | No | Click delay in milliseconds | |
instanceId | Yes | Instance ID | |
selector | Yes | Element selector | |
timeout | No | Timeout in milliseconds |