Table of Contents

Class AddScriptToEvaluateOnNewDocumentCommandSettings

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

AddScriptToEvaluateOnNewDocument

public sealed class AddScriptToEvaluateOnNewDocumentCommandSettings : ICommand
Inheritance
AddScriptToEvaluateOnNewDocumentCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Source

Gets or sets the source

[JsonPropertyName("source")]
public string Source { get; set; }

Property Value

string

WorldName

Gets or sets the worldName

[JsonPropertyName("worldName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string WorldName { get; set; }

Property Value

string