Uses of Enum Class
org.openqa.selenium.devtools.v141.performance.Performance.SetTimeDomainTimeDomain
Packages that use Performance.SetTimeDomainTimeDomain
-
Uses of Performance.SetTimeDomainTimeDomain in org.openqa.selenium.devtools.v141.performance
Methods in org.openqa.selenium.devtools.v141.performance that return Performance.SetTimeDomainTimeDomainModifier and TypeMethodDescriptionPerformance.SetTimeDomainTimeDomain.fromString(String s) Returns the enum constant of this class with the specified name.static Performance.SetTimeDomainTimeDomain[]Performance.SetTimeDomainTimeDomain.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.performance with parameters of type Performance.SetTimeDomainTimeDomainModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Performance.setTimeDomain(Performance.SetTimeDomainTimeDomain timeDomain) Deprecated.