Table of Contents

Class RemoveScriptToEvaluateOnNewDocumentCommandSettings

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

RemoveScriptToEvaluateOnNewDocument

public sealed class RemoveScriptToEvaluateOnNewDocumentCommandSettings : ICommand
Inheritance
RemoveScriptToEvaluateOnNewDocumentCommandSettings
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