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.ConnectionType
org.openqa.selenium.mobile.NetworkConnection.ConnectionType
setNetworkConnection
(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
-
Constructor Details
-
RemoteNetworkConnection
-
-
Method Details
-
getNetworkConnection
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()- Specified by:
getNetworkConnection
in interfaceorg.openqa.selenium.mobile.NetworkConnection
-
setNetworkConnection
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type) - Specified by:
setNetworkConnection
in interfaceorg.openqa.selenium.mobile.NetworkConnection
-