Uses of Class
org.openqa.selenium.mobile.NetworkConnection.ConnectionType
Packages that use NetworkConnection.ConnectionType
-
Uses of NetworkConnection.ConnectionType in org.openqa.selenium.mobile
Fields in org.openqa.selenium.mobile declared as NetworkConnection.ConnectionTypeModifier and TypeFieldDescriptionstatic final NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType.AIRPLANE_MODEstatic final NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType.ALLstatic final NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType.DATAstatic final NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType.NONEstatic final NetworkConnection.ConnectionTypeNetworkConnection.ConnectionType.WIFIMethods in org.openqa.selenium.mobile that return NetworkConnection.ConnectionTypeModifier 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 requestedMethods in org.openqa.selenium.mobile with parameters of type NetworkConnection.ConnectionTypeModifier 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