Interface SupportsLogPathOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
ChromiumOptions
public interface SupportsLogPathOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the log path where the WebDrive writes the logs.default TsetLogPath(String logPath) If set, the path to use with the --log-path parameter directing WebDriver to write its log to that path.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
-
LOG_PATH
- See Also:
-
-
Method Details
-
setLogPath
If set, the path to use with the --log-path parameter directing WebDriver to write its log to that path.- Parameters:
logPath- where to write the logs.- Returns:
- self instance for chaining.
-
getLogPath
Get the log path where the WebDrive writes the logs.- Returns:
- the log path.
-