Uses of Class
org.openqa.selenium.mobile.NetworkConnection.ConnectionType
-
Packages that use NetworkConnection.ConnectionType Package Description org.openqa.selenium.mobile -
-
Uses of NetworkConnection.ConnectionType in org.openqa.selenium.mobile
Fields in org.openqa.selenium.mobile declared as NetworkConnection.ConnectionType Modifier and Type Field Description static NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType. AIRPLANE_MODEstatic NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType. ALLstatic NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType. DATAstatic NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType. NONEstatic NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType. WIFIMethods in org.openqa.selenium.mobile that return NetworkConnection.ConnectionType Modifier and Type Method Description NetworkConnection.ConnectionTypeNetworkConnection. getNetworkConnection()Query the driver for the Airplane Mode setting stateNetworkConnection.ConnectionTypeNetworkConnection. 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 requestedMethods in org.openqa.selenium.mobile with parameters of type NetworkConnection.ConnectionType Modifier and Type Method Description NetworkConnection.ConnectionTypeNetworkConnection. 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
-