style_click
Trigger clicks on UI elements by uid or CSS selector to open dropdowns and popups, or select tabs by index, URL, or title for style verification.
Instructions
点击 uid(开下拉/弹层)。也可传 selector 走 Playwright 真实点击。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| index | No | 按 style_tabs 的 index 选标签 | |
| scroll | No | ||
| timeout | No | ||
| selector | No | CSS;有则优先真实点击 | |
| urlIncludes | No | 选 URL 包含该串的标签 | |
| titleIncludes | No | 选 title 包含该串的标签 |