Interface LocationContext

All Known Implementing Classes:
ChromeDriver, ChromiumDriver, EdgeDriver, RemoteLocationContext

@Deprecated public interface LocationContext
Deprecated.
This functionality is no longer supported
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the physical location of the browser.
    void
    Deprecated.
    Sets the physical location.
  • Method Details

    • location

      Location location()
      Deprecated.
      Gets the physical location of the browser.
      Returns:
      A Location containing the location information. Returns null if the location is not available
    • setLocation

      void setLocation(Location location)
      Deprecated.
      Sets the physical location.
      Parameters:
      location - A Location containing the new location information