public interface SupportsChromedriverExecutableDirOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHROMEDRIVER_EXECUTABLE_DIR_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getChromedriverExecutableDir()
Get full path to the folder where chromedriver executables are located.
|
default T |
setChromedriverExecutableDir(java.lang.String path)
Full path to the folder where chromedriver executables are located.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String CHROMEDRIVER_EXECUTABLE_DIR_OPTION
default T setChromedriverExecutableDir(java.lang.String path)
path - Path to chromedriver executable.default java.util.Optional<java.lang.String> getChromedriverExecutableDir()