public interface SupportsIosSimulatorLogsPredicateOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IOS_SIMULATOR_LOGS_PREDICATE_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getIosSimulatorLogsPredicate()
Get Simulator log filtering predicate.
|
default T |
setIosSimulatorLogsPredicate(java.lang.String predicate)
Set the --predicate flag in the ios simulator logs.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String IOS_SIMULATOR_LOGS_PREDICATE_OPTION
default T setIosSimulatorLogsPredicate(java.lang.String predicate)
predicate - Predicate value, e.g. 'process != "locationd" AND process != "DTServiceHub"'.default java.util.Optional<java.lang.String> getIosSimulatorLogsPredicate()