pbi_wait_for
Poll Power BI report body text until specified text appears or disappears. Returns whether condition was met and elapsed time.
Instructions
Poll body innerText until text appears (text) or disappears (textGone). Returns {satisfied, elapsedMs}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| textGone | No | ||
| timeoutMs | No |