public interface SupportsChromedriverChromeMappingFileOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHROMEDRIVER_CHROME_MAPPING_FILE_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getChromedriverChromeMappingFile()
Get full path to the chromedrivers mapping file is located.
|
default T |
setChromedriverChromeMappingFile(java.lang.String path)
Full path to the chromedrivers mapping file.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String CHROMEDRIVER_CHROME_MAPPING_FILE_OPTION
default T setChromedriverChromeMappingFile(java.lang.String path)
path - Path to chromedrivers mapping file.default java.util.Optional<java.lang.String> getChromedriverChromeMappingFile()