session_wait_for
Wait until the specified text or selector appears on a live session page, then report whether it was found. Ensures page content is ready before proceeding.
Instructions
Ждать на живой странице сессии появления текста (text) или элемента (selector). Вернёт «дождался»/«не дождался». Требует session_start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| timeout | No | ||
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |