Back to all steps

Wait for URL change

Step fields
1 URL substring (text)
2 seconds (number)
In a scenario, fields are joined with |.
Wait for the URL to contain a substring. Format: url_part|seconds.
Example: /success|10 — wait up to 10s for a redirect to a URL with /success
Usage example

Wait until the URL contains a substring. Useful after a redirect.

Format: url_part|seconds

Examples:

  • /success|10
  • /dashboard|15