Class Performance


  • public class Performance
    extends java.lang.Object
    • Constructor Detail

      • Performance

        public Performance()
    • Method Detail

      • disable

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

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

        @Beta
        @Deprecated
        public static org.openqa.selenium.devtools.Command<java.lang.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<java.util.List<Metric>> getMetrics()
        Retrieve current values of run-time metrics.
      • metrics

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