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 Details

  • Method Details

    • setIosSimulatorLogsPredicate

      default T setIosSimulatorLogsPredicate(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 Optional<String> getIosSimulatorLogsPredicate()
      Get Simulator log filtering predicate.
      Returns:
      Predicate value.