Interface SupportsRemoteAdbHostOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions,UiAutomator2Options
public interface SupportsRemoteAdbHostOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the address of the host where ADB is running.default TsetRemoteAdbHost(String host) Address of the host where ADB is running (the value of -H ADB command line option).Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
REMOTE_ADB_HOST_OPTION
- See Also:
-
-
Method Details
-
setRemoteAdbHost
Address of the host where ADB is running (the value of -H ADB command line option). Localhost by default.- Parameters:
host- The name host where ADB server is running.- Returns:
- self instance for chaining.
-
getRemoteAdbHost
Get the address of the host where ADB is running.- Returns:
- Host name.
-