public interface SupportsExtractChromeAndroidPackageFromContextNameOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXTRACT_CHROME_ANDROID_PACKAGE_FROM_CONTEXT_NAME_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesExtractChromeAndroidPackageFromContextName()
Get whether to use the android package identifier associated with the context name.
|
default T |
extractChromeAndroidPackageFromContextName()
Tell chromedriver to attach to the android package we have associated
with the context name, rather than the package of the application under test.
|
default T |
setExtractChromeAndroidPackageFromContextName(boolean value)
If set to true, tell chromedriver to attach to the android package we have associated
with the context name, rather than the package of the application under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String EXTRACT_CHROME_ANDROID_PACKAGE_FROM_CONTEXT_NAME_OPTION
default T extractChromeAndroidPackageFromContextName()
default T setExtractChromeAndroidPackageFromContextName(boolean value)
value - Whether to use the android package identifier associated with the context name.default java.util.Optional<java.lang.Boolean> doesExtractChromeAndroidPackageFromContextName()