Table of Contents

Class EmulateTouchFromMouseEventCommandSettings

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

EmulateTouchFromMouseEvent

public sealed class EmulateTouchFromMouseEventCommandSettings : ICommand
Inheritance
EmulateTouchFromMouseEventCommandSettings
Implements
Inherited Members

Properties

Button

Gets or sets the button

[JsonPropertyName("button")]
public MouseButton Button { get; set; }

Property Value

MouseButton

ClickCount

Gets or sets the clickCount

[JsonPropertyName("clickCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ClickCount { get; set; }

Property Value

long?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DeltaX

Gets or sets the deltaX

[JsonPropertyName("deltaX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DeltaX { get; set; }

Property Value

double?

DeltaY

Gets or sets the deltaY

[JsonPropertyName("deltaY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DeltaY { get; set; }

Property Value

double?

Modifiers

Gets or sets the modifiers

[JsonPropertyName("modifiers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Modifiers { get; set; }

Property Value

long?

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }

Property Value

double?

Type

Gets or sets the type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string

X

Gets or sets the x

[JsonPropertyName("x")]
public long X { get; set; }

Property Value

long

Y

Gets or sets the y

[JsonPropertyName("y")]
public long Y { get; set; }

Property Value

long