Uses of Class
org.openqa.selenium.devtools.v101.performance.Performance.SetTimeDomainTimeDomain
-
Packages that use Performance.SetTimeDomainTimeDomain Package Description org.openqa.selenium.devtools.v101.performance -
-
Uses of Performance.SetTimeDomainTimeDomain in org.openqa.selenium.devtools.v101.performance
Methods in org.openqa.selenium.devtools.v101.performance that return Performance.SetTimeDomainTimeDomain Modifier and Type Method Description static Performance.SetTimeDomainTimeDomainPerformance.SetTimeDomainTimeDomain. fromString(java.lang.String s)static Performance.SetTimeDomainTimeDomainPerformance.SetTimeDomainTimeDomain. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Performance.SetTimeDomainTimeDomain[]Performance.SetTimeDomainTimeDomain. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v101.performance with parameters of type Performance.SetTimeDomainTimeDomain Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Performance. setTimeDomain(Performance.SetTimeDomainTimeDomain timeDomain)Deprecated.
-