Skip to main content

wait_for_api_response

Waiting

Waits for a network response matching a URL pattern.

Parameters

Parameter Type Required Default Description
url_pattern string Yes Pattern to match against response URL
timeout number No 30000 Maximum wait time in milliseconds

Usage Example

RTILA X PROJECT JSON

    {
  "command": "wait_for_api_response",
  "params": {
    "url_pattern": "**/api/products*",
    "timeout": 30000
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?