Uses of Class
org.openqa.selenium.devtools.v104.profiler.model.ScriptCoverage
-
Packages that use ScriptCoverage Package Description org.openqa.selenium.devtools.v104.profiler org.openqa.selenium.devtools.v104.profiler.model -
-
Uses of ScriptCoverage in org.openqa.selenium.devtools.v104.profiler
Methods in org.openqa.selenium.devtools.v104.profiler that return types with arguments of type ScriptCoverage Modifier and Type Method Description static org.openqa.selenium.devtools.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.v104.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.v104.profiler.model
Methods in org.openqa.selenium.devtools.v104.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.v104.profiler.model with type arguments of type ScriptCoverage Constructor Description PreciseCoverageDeltaUpdate(java.lang.Number timestamp, java.lang.String occasion, java.util.List<ScriptCoverage> result)
-