public interface SupportsLogPathOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOG_PATH |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.String> |
getLogPath()
Get the log path where the WebDrive writes the logs.
|
default T |
setLogPath(java.lang.String logPath)
If set, the path to use with the --log-path parameter directing
WebDriver to write its log to that path.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String LOG_PATH
default T setLogPath(java.lang.String logPath)
logPath
- where to write the logs.default java.util.Optional<java.lang.String> getLogPath()