Back to all steps

Wait for server response

Step fields
1 URL pattern (text)
2 seconds (number)
In a scenario, fields are joined with |.
Wait for a network response. Format: url_pattern|seconds.
Example: /api/orders|15 — wait up to 15s for a response from a URL containing /api/orders
Usage example

Wait for a network response from the server whose URL contains the given pattern.

Format: url_pattern|seconds

Examples:

  • /api/orders|15
  • /graphql|10