Table of Contents

Class DispatchTouchEventCommandSettings

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

DispatchTouchEvent

public sealed class DispatchTouchEventCommandSettings : ICommand
Inheritance
DispatchTouchEventCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

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?

TouchPoints

Gets or sets the touchPoints

[JsonPropertyName("touchPoints")]
public TouchPoint[] TouchPoints { get; set; }

Property Value

TouchPoint[]

Type

Gets or sets the type

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

Property Value

string