context_set_offline
BrowserToggles offline context for network emulation.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
offline | boolean | Yes | — | Set to true to emulate offline mode |
Usage Example
RTILA X PROJECT JSON
{
"command": "context_set_offline",
"params": {
"offline": true
}
}
Related Scenarios
- View /scenarios/error-handling/3 · error handling
Related Learning Articles
Was this helpful?
Thank you for your feedback!