public class RemoteNetworkConnection
extends java.lang.Object
implements org.openqa.selenium.mobile.NetworkConnection
Modifier and Type | Field and Description |
---|---|
private ExecuteMethod |
executeMethod |
Constructor and Description |
---|
RemoteNetworkConnection(ExecuteMethod executeMethod) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.mobile.NetworkConnection.ConnectionType |
getNetworkConnection() |
org.openqa.selenium.mobile.NetworkConnection.ConnectionType |
setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type) |
private final ExecuteMethod executeMethod
public RemoteNetworkConnection(ExecuteMethod executeMethod)
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()
getNetworkConnection
in interface org.openqa.selenium.mobile.NetworkConnection
public org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
setNetworkConnection
in interface org.openqa.selenium.mobile.NetworkConnection