Table of Contents

Class RemoveScriptToEvaluateOnLoadCommandSettings

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

RemoveScriptToEvaluateOnLoad

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