chrome_wait_for
Waits for a CSS selector to exist and be visible in a Chrome page. Returns success or a timeout error.
Instructions
Wait for a CSS selector to exist and be visible in the page.
Args: session_id: Session returned by chrome_open_session selector: CSS selector to wait for timeout_ms: Max wait time in milliseconds poll_ms: Poll interval in milliseconds
Returns: Success or timeout/error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_ms | No | ||
| selector | Yes | ||
| session_id | Yes | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |