Interface SupportsIosSimulatorLogsPredicateOption<T extends BaseOptions<T>>

  • All Superinterfaces:
    CanSetCapability<T>, org.openqa.selenium.Capabilities, java.io.Serializable
    All Known Implementing Classes:
    XCUITestOptions

    public interface SupportsIosSimulatorLogsPredicateOption<T extends BaseOptions<T>>
    extends org.openqa.selenium.Capabilities, CanSetCapability<T>
    • Field Detail

      • IOS_SIMULATOR_LOGS_PREDICATE_OPTION

        static final java.lang.String IOS_SIMULATOR_LOGS_PREDICATE_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setIosSimulatorLogsPredicate

        default T setIosSimulatorLogsPredicate​(java.lang.String predicate)
        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

        default java.util.Optional<java.lang.String> getIosSimulatorLogsPredicate()
        Get Simulator log filtering predicate.
        Returns:
        Predicate value.