Class Location

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

public class Location extends Object
Represents the physical location of the browser.
  • Constructor Details

    • Location

      public Location(double latitude, double longitude, double altitude)
  • Method Details

    • getLatitude

      public double getLatitude()
    • getLongitude

      public double getLongitude()
    • getAltitude

      public double getAltitude()
    • toString

      public String toString()
      Overrides:
      toString in class Object