Package org.openqa.selenium.remote.html5
Class RemoteLocationContext
java.lang.Object
org.openqa.selenium.remote.html5.RemoteLocationContext
- All Implemented Interfaces:
LocationContext
Deprecated.
This functionality is no longer supported
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()
Deprecated.Gets the physical location of the browser.void
setLocation
(Location location) Deprecated.Sets the physical location.
-
Constructor Details
-
RemoteLocationContext
Deprecated.
-
-
Method Details
-
location
Deprecated.Description copied from interface:LocationContext
Gets the physical location of the browser.- Specified by:
location
in interfaceLocationContext
- Returns:
- A
Location
containing the location information. Returns null if the location is not available
-
setLocation
Deprecated.Description copied from interface:LocationContext
Sets the physical location.- Specified by:
setLocation
in interfaceLocationContext
- Parameters:
location
- ALocation
containing the new location information
-