Class Profiler.TakePreciseCoverageResponse
java.lang.Object
org.openqa.selenium.devtools.v119.profiler.Profiler.TakePreciseCoverageResponse
- Enclosing class:
- Profiler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCoverage data for the current isolate.Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
-
Constructor Details
-
TakePreciseCoverageResponse
-
-
Method Details
-
getResult
Coverage data for the current isolate. -
getTimestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
-