Table of Contents

Class Location

Namespace
OpenQA.Selenium.Html5
Assembly
WebDriver.dll

Represents the physical location of the browser.

public class Location
Inheritance
Location
Inherited Members

Constructors

Location(double, double, double)

Initializes a new instance of the Location class.

public Location(double latitude, double longitude, double altitude)

Parameters

latitude double

latitude for current location

longitude double

longitude for current location

altitude double

altitude for current location

Properties

Altitude

Gets the altitude of the current location.

public double Altitude { get; }

Property Value

double

Latitude

Gets the latitude of the current location.

public double Latitude { get; }

Property Value

double

Longitude

Gets the longitude of the current location.

public double Longitude { get; }

Property Value

double

Methods

ToString()

Retuns string represenation for current location.

public override string ToString()

Returns

string

Returns string reprsentation for current location.