java.lang.Object
org.openqa.selenium.devtools.v85.performance.Performance

public class Performance extends Object
  • Constructor Details

    • Performance

      public Performance()
  • Method Details

    • disable

      public static org.openqa.selenium.devtools.Command<Void> disable()
      Disable collecting and reporting metrics.
    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable(Optional<Performance.EnableTimeDomain> timeDomain)
      Enable collecting and reporting metrics.
    • setTimeDomain

      @Beta @Deprecated public static org.openqa.selenium.devtools.Command<Void> setTimeDomain(Performance.SetTimeDomainTimeDomain timeDomain)
      Deprecated.
      Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.
    • getMetrics

      public static org.openqa.selenium.devtools.Command<List<Metric>> getMetrics()
      Retrieve current values of run-time metrics.
    • metrics

      public static org.openqa.selenium.devtools.Event<Metrics> metrics()