Uses of Class
org.openqa.selenium.devtools.profiler.model.Profile
-
Packages that use Profile Package Description org.openqa.selenium.devtools.profiler org.openqa.selenium.devtools.profiler.model -
-
Uses of Profile in org.openqa.selenium.devtools.profiler
Methods in org.openqa.selenium.devtools.profiler that return types with arguments of type Profile Modifier and Type Method Description static Command<Profile>
Profiler. stop()
-
Uses of Profile in org.openqa.selenium.devtools.profiler.model
Methods in org.openqa.selenium.devtools.profiler.model that return Profile Modifier and Type Method Description Profile
ConsoleProfileFinished. getProfile()
Constructors in org.openqa.selenium.devtools.profiler.model with parameters of type Profile Constructor Description ConsoleProfileFinished(java.lang.String id, Location location, Profile profile, java.lang.String title)
-