Interface SupportsIosSimulatorLogsPredicateOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsIosSimulatorLogsPredicateOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet Simulator log filtering predicate.default TsetIosSimulatorLogsPredicate(String predicate) Set the --predicate flag in the ios simulator logs.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
-
IOS_SIMULATOR_LOGS_PREDICATE_OPTION
- See Also:
-
-
Method Details
-
setIosSimulatorLogsPredicate
Set the --predicate flag in the ios simulator logs.- Parameters:
predicate- Predicate value, e.g. 'process != "locationd" AND process != "DTServiceHub"'.- Returns:
- self instance for chaining.
-
getIosSimulatorLogsPredicate
Get Simulator log filtering predicate.- Returns:
- Predicate value.
-