org.openqa.selenium.html5
Class Location

java.lang.Object
  extended by org.openqa.selenium.html5.Location

public class Location
extends Object

Represents the physical location of the browser.


Constructor Summary
Location(double latitude, double longitude, double altitude)
           
 
Method Summary
 double getAltitude()
           
 double getLatitude()
           
 double getLongitude()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

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

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getAltitude

public double getAltitude()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.