toggleAirplaneMode
Set the airplane mode state on the device.
Note: Falls back to the deprecated Appium 2 protocol endpoint if the driver does not support the
mobile:execute method.
ghi chú
Unlike the deprecated API which toggled the airplane mode state, this command requires an
explicit enabled parameter to set the desired state directly.
This command is only supported on Android.
Usage
browser.toggleAirplaneMode(enabled)
Parameters
| Name | Type | Details |
|---|---|---|
enabled | boolean | Set to true to enable airplane mode, false to disable it. |