Uses of Class
org.openqa.selenium.devtools.profiler.model.ScriptCoverage
-
Packages that use ScriptCoverage Package Description org.openqa.selenium.devtools.profiler -
-
Uses of ScriptCoverage in org.openqa.selenium.devtools.profiler
Methods in org.openqa.selenium.devtools.profiler that return types with arguments of type ScriptCoverage Modifier and Type Method Description static Command<java.util.List<ScriptCoverage>>
Profiler. getBestEffortCoverage()
Collect coverage data for the current isolate.static Command<java.util.List<ScriptCoverage>>
Profiler. takePreciseCoverage()
Collect coverage data for the current isolate, and resets execution counters.
-