public interface SupportsIncludeDeviceCapsToSessionInfoOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INCLUDE_DEVICE_CAPS_TO_SESSION_INFO_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesIncludeDeviceCapsToSessionInfo()
Get whether to include screen information as the result of Get Session Capabilities.
|
default T |
setIncludeDeviceCapsToSessionInfo(boolean value)
Whether to include screen information as the result of Get Session Capabilities.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String INCLUDE_DEVICE_CAPS_TO_SESSION_INFO_OPTION
default T setIncludeDeviceCapsToSessionInfo(boolean value)
value - Whether to include screen information as the result of Get Session Capabilities.default java.util.Optional<java.lang.Boolean> doesIncludeDeviceCapsToSessionInfo()