Verify the current page URL matches expected patterns
Field Name | Type | Required | Description |
---|---|---|---|
URL Pattern | text/dropdown | Yes | URL or pattern to match, or selection from variables declared in previous steps |
Use variables Toggle | toggle | No | Use variables from previous steps instead of manual entry |
{{VARIABLE_NAME}}
syntaxhttps://example.com/dashboard
/user/profile
{{BASE_URL}}/success
^https://example\.com/user/\d+$
redirectUrl
(from dropdown of assigned variables)generatedPath
(assigned from previous step){{VARIABLE_NAME}}
syntax for environment-specific URLs{{VARIABLE_NAME}}
syntax with uppercase nameshttps://example.com/dashboard
https://example.com/dashboard
onlyhttps://example.com/dashboard/
or https://example.com/dashboard?tab=1
/dashboard
/dashboard
in the path^https://example\.com/user/\d+$
https://example.com/user/123