public interface SupportsAppTopLevelWindowOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_TOP_LEVEL_WINDOW_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getAppTopLevelWindow()
Get the hexadecimal handle of an existing application top level
window to attach to.
|
default T |
setAppTopLevelWindow(java.lang.String identifier)
Set the hexadecimal handle of an existing application top level
window to attach to, for example 0x12345 (should be of string type).
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String APP_TOP_LEVEL_WINDOW_OPTION
default T setAppTopLevelWindow(java.lang.String identifier)
identifier - E.g. "0x12345".default java.util.Optional<java.lang.String> getAppTopLevelWindow()