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.voidsetLocation(Location location) Deprecated.Sets the physical location.
-
Constructor Details
-
RemoteLocationContext
Deprecated.
-
-
Method Details
-
location
Deprecated.Description copied from interface:LocationContextGets the physical location of the browser.- Specified by:
locationin interfaceLocationContext- Returns:
- A
Locationcontaining the location information. Returns null if the location is not available
-
setLocation
Deprecated.Description copied from interface:LocationContextSets the physical location.- Specified by:
setLocationin interfaceLocationContext- Parameters:
location- ALocationcontaining the new location information
-