Table of Contents

Class SetIgnoreInputEventsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Input
Assembly
WebDriver.dll

SetIgnoreInputEvents

public sealed class SetIgnoreInputEventsCommandSettings : ICommand
Inheritance
SetIgnoreInputEventsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Ignore

Gets or sets the ignore

[JsonPropertyName("ignore")]
public bool Ignore { get; set; }

Property Value

bool