The specific response to perform a conditional action on
Properties
| Property | Type | Description |
|---|
codes? | number[] | The HTTP Response code(s) of the URL to wait for. Can be a single HTTP code or a list of desired codes Deprecated Use statuses field instead as it is more consistent in BrowserQL. |
statuses? | number[] | The HTTP Response code(s) of the URL to wait for. Can be a single HTTP code or a list of desired codes |
url? | string | The pattern of the response URL to wait for, using glob-style pattern-matching |