Class AdScriptId
- java.lang.Object
-
- org.openqa.selenium.devtools.v108.page.model.AdScriptId
-
@Beta public class AdScriptId extends java.lang.Object
Identifies the bottom-most script which caused the frame to be labelled as an ad.
-
-
Constructor Summary
Constructors Constructor Description AdScriptId(ScriptId scriptId, UniqueDebuggerId debuggerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniqueDebuggerId
getDebuggerId()
Id of adScriptId's debugger.ScriptId
getScriptId()
Script Id of the bottom-most script which caused the frame to be labelled as an ad.
-
-
-
Constructor Detail
-
AdScriptId
public AdScriptId(ScriptId scriptId, UniqueDebuggerId debuggerId)
-
-
Method Detail
-
getScriptId
public ScriptId getScriptId()
Script Id of the bottom-most script which caused the frame to be labelled as an ad.
-
getDebuggerId
public UniqueDebuggerId getDebuggerId()
Id of adScriptId's debugger.
-
-