Table of Contents

Class AddScriptToEvaluateOnNewDocumentCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Page
Assembly
Selenium.WebDriver.dll

Response for Evaluates given script in every frame upon creation (before loading frame's scripts).

public sealed class AddScriptToEvaluateOnNewDocumentCommandResponse : ICommandResponse<AddScriptToEvaluateOnNewDocumentCommandSettings>, ICommandResponse
Inheritance
AddScriptToEvaluateOnNewDocumentCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Identifier

Identifier of the added script.

[JsonPropertyName("identifier")]
public string Identifier { get; set; }

Property Value

string