Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetGeolocationOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V137.Emulation
Assembly
WebDriver.dll

SetGeolocationOverride

public sealed class SetGeolocationOverrideCommandSettings : ICommand
Inheritance
SetGeolocationOverrideCommandSettings
Implements
Inherited Members

Properties

Accuracy

Gets or sets the accuracy

[JsonPropertyName("accuracy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Accuracy { get; set; }

Property Value

double?

Altitude

Gets or sets the altitude

[JsonPropertyName("altitude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Altitude { get; set; }

Property Value

double?

AltitudeAccuracy

Gets or sets the altitudeAccuracy

[JsonPropertyName("altitudeAccuracy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AltitudeAccuracy { get; set; }

Property Value

double?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Heading

Gets or sets the heading

[JsonPropertyName("heading")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Heading { get; set; }

Property Value

double?

Latitude

Gets or sets the latitude

[JsonPropertyName("latitude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Latitude { get; set; }

Property Value

double?

Longitude

Gets or sets the longitude

[JsonPropertyName("longitude")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Longitude { get; set; }

Property Value

double?

Speed

Gets or sets the speed

[JsonPropertyName("speed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Speed { get; set; }

Property Value

double?