Class ScriptCoverage

java.lang.Object
org.openqa.selenium.devtools.v122.profiler.model.ScriptCoverage

public class ScriptCoverage extends Object
Coverage data for a JavaScript script.
  • Constructor Details

  • Method Details

    • getScriptId

      public ScriptId getScriptId()
      JavaScript script id.
    • getUrl

      public String getUrl()
      JavaScript script name or url.
    • getFunctions

      public List<FunctionCoverage> getFunctions()
      Functions contained in the script that has coverage data.