Interface SupportsVerboseOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
ChromiumOptions
public interface SupportsVerboseOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the verbose flag.default TsetVerbose(boolean verbose) Set to true to add the --verbose flag when starting WebDriver.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
-
VERBOSE
- See Also:
-
-
Method Details
-
setVerbose
Set to true to add the --verbose flag when starting WebDriver. Unless the verbose preference has been user-set, the capability is not present because the default value is false.- Parameters:
verbose- flag for --verbose.- Returns:
- self instance for chaining.
-
isVerbose
Get the verbose flag.- Returns:
- verbose flag.
-