style_wait
Wait for an element to appear using CSS, text, test ID, or role selectors. Returns matching elements (default 3) to verify style presence.
Instructions
等待元素出现(css/text/testId/role)。默认最多返回 3 条;优先用 css。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| role | No | ||
| text | No | ||
| index | No | 按 style_tabs 的 index 选标签 | |
| limit | No | 返回条数,默认 3 | |
| testId | No | ||
| timeoutMs | No | ||
| intervalMs | No | ||
| urlIncludes | No | 选 URL 包含该串的标签 | |
| titleIncludes | No | 选 title 包含该串的标签 |