Table of Contents

Class RemoveScriptToEvaluateOnLoadCommandSettings

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

Deprecated, please use removeScriptToEvaluateOnNewDocument instead.

public sealed class RemoveScriptToEvaluateOnLoadCommandSettings : ICommand
Inheritance
RemoveScriptToEvaluateOnLoadCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Identifier

Gets or sets the identifier

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

Property Value

string