public interface SupportsUseSystemExecutableOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
USE_SYSTEM_EXECUTABLE |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Boolean> |
isUseSystemExecutable()
Get the use system executable flag.
|
default T |
setUseSystemExecutable(boolean useSystemExecutable)
Set to true to use the version of WebDriver bundled with this driver,
rather than attempting to download a new one based on the version of the
browser under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String USE_SYSTEM_EXECUTABLE
default T setUseSystemExecutable(boolean useSystemExecutable)
useSystemExecutable
- flag.default java.util.Optional<java.lang.Boolean> isUseSystemExecutable()