Class RemoteLocationContext

java.lang.Object
org.openqa.selenium.remote.html5.RemoteLocationContext
All Implemented Interfaces:
LocationContext

@Deprecated public class RemoteLocationContext extends Object implements LocationContext
Deprecated.
This functionality is no longer supported
  • Constructor Details

    • RemoteLocationContext

      public RemoteLocationContext(ExecuteMethod executeMethod)
      Deprecated.
  • Method Details

    • location

      public Location location()
      Deprecated.
      Description copied from interface: LocationContext
      Gets the physical location of the browser.
      Specified by:
      location in interface LocationContext
      Returns:
      A Location containing the location information. Returns null if the location is not available
    • setLocation

      public void setLocation(Location location)
      Deprecated.
      Description copied from interface: LocationContext
      Sets the physical location.
      Specified by:
      setLocation in interface LocationContext
      Parameters:
      location - A Location containing the new location information