Package org.openqa.selenium.html5
Interface LocationContext
- All Known Implementing Classes:
ChromeDriver
,ChromiumDriver
,EdgeDriver
,RemoteLocationContext
Deprecated.
This functionality is no longer supported
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Deprecated.Gets the physical location of the browser.void
setLocation
(Location location) 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
Deprecated.Sets the physical location.- Parameters:
location
- ALocation
containing the new location information
-