Interface SupportsEnablePerformanceLoggingOption<T extends BaseOptions<T>>

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

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

  • Method Details

    • enablePerformanceLogging

      default T enablePerformanceLogging()
      Set the app to enable performance logging.
      Returns:
      self instance for chaining.
    • setEnablePerformanceLogging

      default T setEnablePerformanceLogging(boolean bool)
      Set whether the app logs performance.
      Parameters:
      bool - is whether the app logs performance.
      Returns:
      self instance for chaining.
    • isEnablePerformanceLogging

      default Optional<Boolean> isEnablePerformanceLogging()
      Get the app logs performance.
      Returns:
      true if the app logs performance.