assert_url
Verify the current page URL matches an expected value exactly, raising an exception within 7 seconds on mismatch to catch navigation errors.
Instructions
Assert that the url matches the current URL exactly. Raises an exception if the expected url doesn't match the actual url within 7 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |