public interface SupportsFullContextListOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FULL_CONTEXT_LIST_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesFullContextList()
Get whether to return the detailed information on contexts for the get available
context command.
|
default T |
fullContextList()
Enforces to return the detailed information on contexts for the get available
context command.
|
default T |
setFullContextList(boolean value)
Sets to return the detailed information on contexts for the get available
context command.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String FULL_CONTEXT_LIST_OPTION
default T fullContextList()
default T setFullContextList(boolean value)
value - Whether to return the detailed info on available context command.default java.util.Optional<java.lang.Boolean> doesFullContextList()