Interface SupportsShowChromedriverLogOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions,UiAutomator2Options
public interface SupportsShowChromedriverLogOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to forward chromedriver output to the Appium server log.default TsetShowChromedriverLog(boolean value) If set to true then all the output from chromedriver binary will be forwarded to the Appium server log.default TEnforces all the output from chromedriver binary to be forwarded to the Appium server log.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
SHOW_CHROMEDRIVER_LOG_OPTION
- See Also:
-
-
Method Details
-
showChromedriverLog
Enforces all the output from chromedriver binary to be forwarded to the Appium server log.- Returns:
- self instance for chaining.
-
setShowChromedriverLog
If set to true then all the output from chromedriver binary will be forwarded to the Appium server log. false by default.- Parameters:
value- Whether to forward chromedriver output to the Appium server log.- Returns:
- self instance for chaining.
-
doesShowChromedriverLog
Get whether to forward chromedriver output to the Appium server log.- Returns:
- True or false.
-