Table of Contents

Class GeolocationCoordinatesOverride

Namespace
OpenQA.Selenium.BiDi.Emulation
Assembly
Selenium.WebDriver.dll
public sealed record GeolocationCoordinatesOverride : GeolocationOverride, IEquatable<GeolocationOverride>, IEquatable<GeolocationCoordinatesOverride>
Inheritance
GeolocationCoordinatesOverride
Implements
Inherited Members

Constructors

GeolocationCoordinatesOverride(double, double)

public GeolocationCoordinatesOverride(double Latitude, double Longitude)

Parameters

Latitude double
Longitude double

Properties

Accuracy

public double? Accuracy { get; init; }

Property Value

double?

Altitude

public double? Altitude { get; init; }

Property Value

double?

AltitudeAccuracy

public double? AltitudeAccuracy { get; init; }

Property Value

double?

Heading

public double? Heading { get; init; }

Property Value

double?

Latitude

public double Latitude { get; init; }

Property Value

double

Longitude

public double Longitude { get; init; }

Property Value

double

Speed

public double? Speed { get; init; }

Property Value

double?