Table of Contents

Class SetEmitTouchEventsForMouseCommandSettings

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

SetEmitTouchEventsForMouse

public sealed class SetEmitTouchEventsForMouseCommandSettings : ICommand
Inheritance
SetEmitTouchEventsForMouseCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Configuration

Touch/gesture events configuration. Default: current platform.

[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Configuration { get; set; }

Property Value

string

Enabled

Whether touch emulation based on mouse input should be enabled.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool