assert_url_contains
Verify the current page URL contains a specific substring, with automatic failure detection within 7 seconds. Use to confirm navigation or expected URL patterns during browser tests.
Instructions
Assert that the current URL contains the given substring. Raises an exception if the expected substring isn't found in the actual url within 7 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| substring | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |