Wait until URL matches a pattern
WAIT_FOR_URL
step pauses test execution until the browser URL matches a specified pattern. This is essential for handling redirects, asynchronous navigation, and ensuring tests continue at the correct location.
GLOB
- Use glob patterns (e.g., */dashboard/*
)REGEX
- Use regular expressions