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