Uses of Class
org.openqa.selenium.devtools.profiler.model.ScriptCoverage
-
Packages that use ScriptCoverage Package Description org.openqa.selenium.devtools.profiler org.openqa.selenium.devtools.profiler.model -
-
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.java.util.List<ScriptCoverage>
Profiler.TakePreciseCoverageResponse. getResult()
Coverage data for the current isolate.Constructor parameters in org.openqa.selenium.devtools.profiler with type arguments of type ScriptCoverage Constructor Description TakePreciseCoverageResponse(java.util.List<ScriptCoverage> result, java.lang.Number timestamp)
-
Uses of ScriptCoverage in org.openqa.selenium.devtools.profiler.model
Methods in org.openqa.selenium.devtools.profiler.model that return types with arguments of type ScriptCoverage Modifier and Type Method Description java.util.List<ScriptCoverage>
PreciseCoverageDeltaUpdate. getResult()
Coverage data for the current isolate.Constructor parameters in org.openqa.selenium.devtools.profiler.model with type arguments of type ScriptCoverage Constructor Description PreciseCoverageDeltaUpdate(java.lang.Number timestamp, java.lang.String occassion, java.util.List<ScriptCoverage> result)
-