Class AdScriptIdentifier
java.lang.Object
org.openqa.selenium.devtools.v150.network.model.AdScriptIdentifier
Identifies the script on the stack that caused a resource or element to be
labeled as an ad. For resources, this indicates the context that triggered
the fetch. For elements, this indicates the context that caused the element
to be appended to the DOM.
-
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).
-