ghost_tab_wait_for
Wait until a CSS selector matches an element in a browser tab, then continue. Prevents race conditions by ensuring the expected page is ready before proceeding.
Instructions
Wait until a CSS selector matches an element in the tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | Yes | ||
| browser | No | ||
| selector | Yes | ||
| timeout_ms | No |