Table of Contents

Class DispatchMouseEventCommandSettings

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

DispatchMouseEvent

public sealed class DispatchMouseEventCommandSettings : ICommand
Inheritance
DispatchMouseEventCommandSettings
Implements
Inherited Members

Properties

Button

Gets or sets the button

[JsonPropertyName("button")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MouseButton? Button { get; set; }

Property Value

MouseButton?

Buttons

Gets or sets the buttons

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

Property Value

long?

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?

Force

Gets or sets the force

[JsonPropertyName("force")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Force { 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?

PointerType

Gets or sets the pointerType

[JsonPropertyName("pointerType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PointerType { get; set; }

Property Value

string

TangentialPressure

Gets or sets the tangentialPressure

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

Property Value

double?

TiltX

Gets or sets the tiltX

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

Property Value

double?

TiltY

Gets or sets the tiltY

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

Property Value

double?

Timestamp

Gets or sets the timestamp

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

Property Value

double?

Twist

Gets or sets the twist

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

Property Value

long?

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 double X { get; set; }

Property Value

double

Y

Gets or sets the y

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

Property Value

double