| Package | Description |
|---|---|
| org.openqa.selenium.mobile | |
| org.openqa.selenium.remote.mobile |
| Modifier and Type | Field and Description |
|---|---|
static NetworkConnection.ConnectionType |
NetworkConnection.ConnectionType.AIRPLANE_MODE |
static NetworkConnection.ConnectionType |
NetworkConnection.ConnectionType.ALL |
static NetworkConnection.ConnectionType |
NetworkConnection.ConnectionType.DATA |
static NetworkConnection.ConnectionType |
NetworkConnection.ConnectionType.NONE |
static NetworkConnection.ConnectionType |
NetworkConnection.ConnectionType.WIFI |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection.ConnectionType |
NetworkConnection.getNetworkConnection()
Query the driver for the Airplane Mode setting state
|
NetworkConnection.ConnectionType |
NetworkConnection.setNetworkConnection(NetworkConnection.ConnectionType type)
Set the Connection type
Not all connection type combinations are valid for an individual type of device
and the remote endpoint will make a best effort to set the type as requested
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection.ConnectionType |
NetworkConnection.setNetworkConnection(NetworkConnection.ConnectionType type)
Set the Connection type
Not all connection type combinations are valid for an individual type of device
and the remote endpoint will make a best effort to set the type as requested
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection.ConnectionType |
RemoteNetworkConnection.getNetworkConnection() |
NetworkConnection.ConnectionType |
RemoteNetworkConnection.setNetworkConnection(NetworkConnection.ConnectionType type) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection.ConnectionType |
RemoteNetworkConnection.setNetworkConnection(NetworkConnection.ConnectionType type) |
Copyright © 2014. All rights reserved.