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