Class Profiler.TakePreciseCoverageResponse

java.lang.Object
org.openqa.selenium.devtools.v85.profiler.Profiler.TakePreciseCoverageResponse
Enclosing class:
Profiler

public static class Profiler.TakePreciseCoverageResponse extends Object
  • Constructor Details

  • Method Details

    • getResult

      public List<ScriptCoverage> getResult()
      Coverage data for the current isolate.
    • getTimestamp

      public Number getTimestamp()
      Monotonically increasing time (in seconds) when the coverage update was taken in the backend.