public interface SupportsVerboseOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERBOSE |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Boolean> |
isVerbose()
Get the verbose flag.
|
default T |
setVerbose(boolean verbose)
Set to true to add the --verbose flag when starting WebDriver.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String VERBOSE
default T setVerbose(boolean verbose)
verbose
- flag for --verbose.default java.util.Optional<java.lang.Boolean> isVerbose()