Table of Contents

Class AddScriptToEvaluateOnLoadCommandSettings

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

AddScriptToEvaluateOnLoad

public sealed class AddScriptToEvaluateOnLoadCommandSettings : ICommand
Inheritance
AddScriptToEvaluateOnLoadCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScriptSource

Gets or sets the scriptSource

[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }

Property Value

string