点击页面元素
clickFind a web page element by CSS selector and trigger its activation, scrolling it into view first. Returns an error when the element is not found.
Instructions
通过 CSS 选择器找到元素并触发 click()(会先 scrollIntoView)。找不到元素时返回错误。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | 操作说明:展示给页面用户的自然语言描述(用户会在页面气泡的操作记录里看到),用用户的语言填写,建议始终提供 | |
| pageId | No | 目标页面 id(单页时可省略) | |
| selector | Yes | CSS 选择器 |