Skip to main content

context_set_offline

Browser

Toggles 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

Related Learning Articles

Was this helpful?