Package | Description |
---|---|
io.appium.java_client.android |
Modifier and Type | Method and Description |
---|---|
Connection |
HasNetworkConnection.getConnection()
Get the current network settings of the device.
|
Connection |
AndroidDriver.getConnection() |
static Connection |
Connection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection[] |
Connection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HasNetworkConnection.setConnection(Connection connection)
Set the network connection of the device.
|
void |
AndroidDriver.setConnection(Connection connection) |
Copyright © 2016. All rights reserved.