Class Location

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

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

    • Location

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

    • getLatitude

      public double getLatitude()
      Deprecated.
    • getLongitude

      public double getLongitude()
      Deprecated.
    • getAltitude

      public double getAltitude()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object