wait_for_selector
Pause execution until a specific element is visible on the page. Solve timing issues with dynamic content by ensuring the selector exists before proceeding.
Instructions
Wait for an element to appear. Returns True when found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeout_ms | No |