wait_for_selector
Pauses automation until a specified element appears, attaches, or changes visibility state on an Electron page, then continues once the selector condition is met.
Instructions
Wait for an element to appear on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| timeout | No | ||
| selector | Yes | ||
| sessionId | Yes |