public interface SupportsExecutableOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXECUTABLE |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.String> |
getExecutable()
Get the absolute path to a WebDriver binary executable.
|
default T |
setExecutable(java.lang.String path)
The absolute path to a WebDriver binary executable.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String EXECUTABLE
default T setExecutable(java.lang.String path)
path
- absolute of a WebDriver.default java.util.Optional<java.lang.String> getExecutable()