Class PerformanceTimeline


  • @Beta
    public class PerformanceTimeline
    extends java.lang.Object
    Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.devtools.Command<java.lang.Void> enable​(java.util.List<java.lang.String> eventTypes)
      Previously buffered events would be reported before method returns.
      static org.openqa.selenium.devtools.Event<TimelineEvent> timelineEventAdded()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerformanceTimeline

        public PerformanceTimeline()
    • Method Detail

      • enable

        public static org.openqa.selenium.devtools.Command<java.lang.Void> enable​(java.util.List<java.lang.String> eventTypes)
        Previously buffered events would be reported before method returns. See also: timelineEventAdded
      • timelineEventAdded

        public static org.openqa.selenium.devtools.Event<TimelineEvent> timelineEventAdded()