assert_url_matches
Verify current URL matches a regex pattern within a timeout. Returns the matched URL or an error with last URL on timeout.
Instructions
⭐ Verify current URL matches regex within timeout. Returns ok(current_url) or err(timeout + last_url).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| timeout | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |