browser-click
Installation
SKILL.md
Browser Click
点击页面上的元素。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| selector | string | 否 | CSS 选择器,如 '#btn-submit', '.button-class' |
| text | string | 否 | 元素文本,如 '提交', 'Submit' |
至少提供 selector 或 text 其中之一。
Examples
点击按钮(CSS 选择器):
{"selector": "#submit-btn"}