wait_for_selector
Waits for a web element to reach a desired state by CSS selector or XPath, with configurable timeout and state options for reliable timing.
Instructions
等待元素出现
Args:
selector: CSS选择器或XPath
timeout: 超时时间(毫秒)
state: 元素状态 (attached, detached, visible, hidden)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeout | No | ||
| state | No | visible |