Class AdScriptIdentifier

java.lang.Object
org.openqa.selenium.devtools.v147.audits.model.AdScriptIdentifier

public class AdScriptIdentifier extends Object
Metadata about the ad script that was on the stack that caused the current script in the `AdAncestry` to be considered ad related.
  • Constructor Details

  • Method Details

    • getScriptId

      public ScriptId getScriptId()
      The script's v8 identifier.
    • getDebuggerId

      public UniqueDebuggerId getDebuggerId()
      v8's debugging id for the v8::Context.
    • getName

      public String getName()
      The script's url (or generated name based on id if inline script).