Table of Contents

Class SynthesizeTapGestureCommandSettings

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

SynthesizeTapGesture

public sealed class SynthesizeTapGestureCommandSettings : ICommand
Inheritance
SynthesizeTapGestureCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Duration

Gets or sets the duration

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

Property Value

long?

GestureSourceType

Gets or sets the gestureSourceType

[JsonPropertyName("gestureSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public GestureSourceType? GestureSourceType { get; set; }

Property Value

GestureSourceType?

TapCount

Gets or sets the tapCount

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

Property Value

long?

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