click_by_containing_text
Click a webpage element that contains given text. Provide the text to search for, and optionally an index to select among multiple matches.
Instructions
根据包含指定文本的方式点击网页元素。
参数: content: 要查找的文本内容。 index: 当匹配到多个元素时指定要点击的索引,默认不指定。
返回: 点击结果说明,或错误提示。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| content | Yes |