Uses of Interface
io.fluentlenium.core.performance.PerformanceTimingMetrics
-
Uses of PerformanceTimingMetrics in io.fluentlenium.core.performance
Modifier and TypeInterfaceDescriptioninterface
PerformanceTimingMetrics<T extends PerformanceTimingMetrics>
Wraps the performance timing metrics returned by thewindow.performance.timing
Javascript attribute from the browser, and provides methods to access each value in it.Modifier and TypeClassDescriptionclass
Default implementation ofPerformanceTimingMetrics
storing the metrics value as aMap
.class
HtmlUnit specific implementation ofPerformanceTimingMetrics
.Modifier and TypeMethodDescriptionCreates aPerformanceTimingMetrics
object based on the type of the argument timing object.DefaultPerformanceTiming.getMetrics()
PerformanceTiming.getMetrics()
Return all timing metrics, in particular thewindow.performance.timing
object wrapped in aPerformanceTimingMetrics
object.