Class ScriptTypeProfile

java.lang.Object
org.openqa.selenium.devtools.v85.profiler.model.ScriptTypeProfile

@Beta public class ScriptTypeProfile extends Object
Type profile data collected during runtime for a JavaScript script.
  • Constructor Details

  • Method Details

    • getScriptId

      public ScriptId getScriptId()
      JavaScript script id.
    • getUrl

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

      public List<TypeProfileEntry> getEntries()
      Type profile entries for parameters and return values of the functions in the script.