Wait for URL
wait_for_urlWait for the current page URL to contain a specified substring or pattern, with a configurable timeout, to ensure navigation completed before proceeding.
Instructions
Wait for the current URL to contain a substring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in seconds | |
| url_pattern | Yes | Substring or pattern expected in the current URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||