Uses of Class
org.openqa.selenium.mobile.NetworkConnection.ConnectionType
Package
Description
-
Uses of NetworkConnection.ConnectionType in org.openqa.selenium.chromium
Modifier and TypeMethodDescriptionChromiumDriver.getNetworkConnection()
Deprecated.ChromiumDriver.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated.Modifier and TypeMethodDescriptionChromiumDriver.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated. -
Uses of NetworkConnection.ConnectionType in org.openqa.selenium.mobile
Modifier and TypeFieldDescriptionstatic final NetworkConnection.ConnectionType
NetworkConnection.ConnectionType.AIRPLANE_MODE
static final NetworkConnection.ConnectionType
NetworkConnection.ConnectionType.ALL
static final NetworkConnection.ConnectionType
NetworkConnection.ConnectionType.DATA
static final NetworkConnection.ConnectionType
NetworkConnection.ConnectionType.NONE
static final NetworkConnection.ConnectionType
NetworkConnection.ConnectionType.WIFI
Modifier and TypeMethodDescriptionNetworkConnection.getNetworkConnection()
Deprecated.Query the driver for the Airplane Mode setting stateNetworkConnection.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated.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 requestedModifier and TypeMethodDescriptionNetworkConnection.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated.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 -
Uses of NetworkConnection.ConnectionType in org.openqa.selenium.remote.mobile
Modifier and TypeMethodDescriptionRemoteNetworkConnection.getNetworkConnection()
Deprecated.RemoteNetworkConnection.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated.Modifier and TypeMethodDescriptionRemoteNetworkConnection.setNetworkConnection
(NetworkConnection.ConnectionType type) Deprecated.