AddScriptToEvaluateOnLoadResponse

@Serializable
data class AddScriptToEvaluateOnLoadResponse(val identifier: ScriptIdentifier)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the PageDomain.addScriptToEvaluateOnLoad command.

Constructors

Link copied to clipboard
constructor(identifier: ScriptIdentifier)

Properties

Link copied to clipboard

Identifier of the added script.