Table of Contents

Class AddScriptToEvaluateOnNewDocumentCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.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

IncludeCommandLineAPI

Gets or sets the includeCommandLineAPI

[JsonPropertyName("includeCommandLineAPI")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeCommandLineAPI { get; set; }

Property Value

bool?

RunImmediately

Gets or sets the runImmediately

[JsonPropertyName("runImmediately")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RunImmediately { get; set; }

Property Value

bool?

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