Table of Contents

Class SetIgnoreInputEventsCommandSettings

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

Ignores input events (useful while auditing page).

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

Ignores input events processing when set to true.

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

Property Value

bool