click_element
Click on any webpage element using CSS selectors or XPath. Supports custom timeout and forced click for reliable interaction.
Instructions
点击页面元素
Args:
selector: CSS选择器或XPath
timeout: 超时时间(毫秒)
force: 强制点击Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeout | No | ||
| force | No |