style_find
Locate web elements by text, CSS, testid, or role and return a UID for style inspection or clicking.
Instructions
按文案/CSS/testid/role 查找元素,返回 uid(供 style_styles / style_click)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| role | No | ||
| text | No | ||
| index | No | 按 style_tabs 的 index 选标签 | |
| limit | No | ||
| testId | No | ||
| urlIncludes | No | 选 URL 包含该串的标签 | |
| titleIncludes | No | 选 title 包含该串的标签 |