Uses of Enum Class
org.openqa.selenium.devtools.v141.performance.Performance.EnableTimeDomain
Packages that use Performance.EnableTimeDomain
-
Uses of Performance.EnableTimeDomain in org.openqa.selenium.devtools.v141.performance
Methods in org.openqa.selenium.devtools.v141.performance that return Performance.EnableTimeDomainModifier and TypeMethodDescriptionstatic Performance.EnableTimeDomainPerformance.EnableTimeDomain.fromString(String s) static Performance.EnableTimeDomainReturns the enum constant of this class with the specified name.static Performance.EnableTimeDomain[]Performance.EnableTimeDomain.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v141.performance with type arguments of type Performance.EnableTimeDomainModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Performance.enable(Optional<Performance.EnableTimeDomain> timeDomain) Enable collecting and reporting metrics.