Uses of Class
org.openqa.selenium.devtools.v99.performance.model.Metric
-
Packages that use Metric Package Description org.openqa.selenium.devtools.v99.performance org.openqa.selenium.devtools.v99.performance.model -
-
Uses of Metric in org.openqa.selenium.devtools.v99.performance
Methods in org.openqa.selenium.devtools.v99.performance that return types with arguments of type Metric Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<Metric>>Performance. getMetrics()Retrieve current values of run-time metrics. -
Uses of Metric in org.openqa.selenium.devtools.v99.performance.model
Methods in org.openqa.selenium.devtools.v99.performance.model that return types with arguments of type Metric Modifier and Type Method Description java.util.List<Metric>Metrics. getMetrics()Current values of the metrics.Constructor parameters in org.openqa.selenium.devtools.v99.performance.model with type arguments of type Metric Constructor Description Metrics(java.util.List<Metric> metrics, java.lang.String title)
-