cnki_co_click
Click elements in a collaborative browser via visible text, row:N, or CSS selector to interact with search results and page content, notifying the user before performing the action.
Instructions
在协作浏览器中点击目标。target 支持三种写法:
可见文本(默认):如"南传佛教"(点中文本所在元素/链接)
row:N:搜索结果列表第 N 条(N 从 1 起,自动点标题链接)
css:选择器:任意 CSS 选择器
注意:点击会真实发生在用户可见的窗口里,操作前应先告知用户。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 标签页序号;不传则操作用户当前页 | |
| target | Yes | 点击目标:可见文本 / row:N / css:选择器 |