Table of Contents

Class DispatchDragEventCommandSettings

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

DispatchDragEvent

public sealed class DispatchDragEventCommandSettings : ICommand
Inheritance
DispatchDragEventCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
public DragData Data { get; set; }

Property Value

DragData

Modifiers

Gets or sets the modifiers

[JsonPropertyName("modifiers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Modifiers { 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