Class RemoteNetworkConnection
java.lang.Object
org.openqa.selenium.remote.mobile.RemoteNetworkConnection
- All Implemented Interfaces:
org.openqa.selenium.mobile.NetworkConnection
public class RemoteNetworkConnection
extends Object
implements org.openqa.selenium.mobile.NetworkConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openqa.selenium.mobile.NetworkConnection
org.openqa.selenium.mobile.NetworkConnection.ConnectionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.mobile.NetworkConnection.ConnectionTypeorg.openqa.selenium.mobile.NetworkConnection.ConnectionTypesetNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
-
Constructor Details
-
RemoteNetworkConnection
-
-
Method Details
-
getNetworkConnection
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()- Specified by:
getNetworkConnectionin interfaceorg.openqa.selenium.mobile.NetworkConnection
-
setNetworkConnection
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type) - Specified by:
setNetworkConnectionin interfaceorg.openqa.selenium.mobile.NetworkConnection
-