bwiki_wait_for_selector
Waits for a CSS selector to appear on the page before proceeding. Provide the selector and optional timeout to synchronize actions with dynamic content.
Instructions
等待特定元素出现在页面上。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | 超时时间(毫秒),默认30000 | |
| selector | Yes | CSS选择器 |