Table of Contents

Class Position

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class Position
Inheritance
Position
Inherited Members

Constructors

Position()

public Position()

Properties

X

[Required]
[JsonPropertyName("x")]
public float X { get; set; }

Property Value

float

Y

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

Property Value

float