Uses of Package
org.openqa.selenium.devtools.profiler.model
-
Packages that use org.openqa.selenium.devtools.profiler.model Package Description org.openqa.selenium.devtools.profiler org.openqa.selenium.devtools.profiler.model -
Classes in org.openqa.selenium.devtools.profiler.model used by org.openqa.selenium.devtools.profiler Class Description ConsoleProfileFinished ConsoleProfileStarted Sent when new profile recording is started using console.profile() call.Profile Profile.ScriptCoverage Coverage data for a JavaScript script.ScriptTypeProfile Type profile data collected during runtime for a JavaScript script. -
Classes in org.openqa.selenium.devtools.profiler.model used by org.openqa.selenium.devtools.profiler.model Class Description CoverageRange Coverage data for a source range.FunctionCoverage Coverage data for a JavaScript function.PositionTickInfo Specifies a number of samples attributed to a certain source position.Profile Profile.ProfileNode Profile node.TypeObject Describes a type collected during runtime.TypeProfileEntry Source offset and types for a parameter or return value.