public interface SupportsShouldUseSingletonTestManagerOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHOULD_USE_SINGLETON_TEST_MANAGER_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesUseSingletonTestManager()
Get whether to use the default proxy for test management within WebDriverAgent.
|
default T |
setShouldUseSingletonTestManager(boolean value)
Use default proxy for test management within WebDriverAgent.
|
default T |
shouldUseSingletonTestManager()
Enforce usage of the default proxy for test management within WebDriverAgent.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SHOULD_USE_SINGLETON_TEST_MANAGER_OPTION
default T shouldUseSingletonTestManager()
default T setShouldUseSingletonTestManager(boolean value)
value - Whether to use the default proxy for test management within WebDriverAgent.default java.util.Optional<java.lang.Boolean> doesUseSingletonTestManager()