public interface SupportsShowChromedriverLogOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHOW_CHROMEDRIVER_LOG_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesDhowChromedriverLog()
Get whether to forward chromedriver output to the Appium server log.
|
default T |
setDhowChromedriverLog(boolean value)
If set to true then all the output from chromedriver binary will be
forwarded to the Appium server log.
|
default T |
showChromedriverLog()
Enforces all the output from chromedriver binary to be
forwarded to the Appium server log.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SHOW_CHROMEDRIVER_LOG_OPTION
default T showChromedriverLog()
default T setDhowChromedriverLog(boolean value)
value - Whether to forward chromedriver output to the Appium server log.default java.util.Optional<java.lang.Boolean> doesDhowChromedriverLog()