public interface SupportsSkipLogCaptureOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKIP_LOG_CAPTURE_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSkipLogCapture()
Get whether to skip capturing system logs.
|
default T |
setSkipLogCapture(boolean value)
Skips to start capturing system logs.
|
default T |
skipLogCapture()
Skips capturing system logs.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SKIP_LOG_CAPTURE_OPTION
default T skipLogCapture()
default T setSkipLogCapture(boolean value)
value - Set it to true in order to skip logcat capture.default java.util.Optional<java.lang.Boolean> doesSkipLogCapture()