Package org.openqa.selenium.html5
Class Location
- java.lang.Object
-
- org.openqa.selenium.html5.Location
-
public class Location extends java.lang.ObjectRepresents the physical location of the browser.
-
-
Constructor Summary
Constructors Constructor Description Location(double latitude, double longitude, double altitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAltitude()doublegetLatitude()doublegetLongitude()java.lang.StringtoString()
-