Table of Contents

Class SynthesizePinchGestureCommandSettings

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

SynthesizePinchGesture

public sealed class SynthesizePinchGestureCommandSettings : ICommand
Inheritance
SynthesizePinchGestureCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

GestureSourceType

Gets or sets the gestureSourceType

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

Property Value

GestureSourceType?

RelativeSpeed

Gets or sets the relativeSpeed

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

Property Value

long?

ScaleFactor

Gets or sets the scaleFactor

[JsonPropertyName("scaleFactor")]
public double ScaleFactor { get; set; }

Property Value

double

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