cdp_wait
Wait for a CSS selector to appear in a browser session, or delay for a specified timeout when no selector is provided.
Instructions
Wait until a CSS selector appears, or wait a fixed timeout in milliseconds if no selector is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | No | ||
| session_id | Yes | Session id returned by cdp_connect |