Class AdScriptIdentifier
java.lang.Object
org.openqa.selenium.devtools.v147.audits.model.AdScriptIdentifier
Metadata about the ad script that was on the stack that caused the current
script in the `AdAncestry` to be considered ad related.
-
Constructor Summary
ConstructorsConstructorDescriptionAdScriptIdentifier(ScriptId scriptId, UniqueDebuggerId debuggerId, String name) -
Method Summary
Modifier and TypeMethodDescriptionv8's debugging id for the v8::Context.getName()The script's url (or generated name based on id if inline script).The script's v8 identifier.
-
Constructor Details
-
AdScriptIdentifier
-
-
Method Details
-
getScriptId
The script's v8 identifier. -
getDebuggerId
v8's debugging id for the v8::Context. -
getName
The script's url (or generated name based on id if inline script).
-