wait_for_api_response
WaitingWaits 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
- View /scenarios/api-interception/2 · api interception
Related Learning Articles
Was this helpful?
Thank you for your feedback!