wait_for_url
Waits for the current URL to match a specified substring or regex pattern, enabling scripts to proceed after navigation completes.
Instructions
Wait for URL to match a pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | URL substring or regex pattern | |
| timeout | No |