Wait for URL
wait_for_urlPause execution until the browser's current URL contains a specified substring, with configurable timeout to handle dynamic navigation in automation workflows.
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 | |||