gsmSignal
Set the GSM signal strength on the Android emulator.
Note: Falls back to the deprecated Appium 2 protocol endpoint if the driver does not support the
mobile:execute method.
Usage
await browser.gsmSignal(signalStrength)
Parameters
| Name | Type | Details |
|---|---|---|
signalStrength | number | The signal strength to set. Accepted values: 0 (no signal), 1 (very poor), 2 (poor), 3 (moderate), 4 (good/full) |