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.voidsetLocation(Location location) Deprecated.Sets the physical location.
-
Method Details
-
location
Location location()Deprecated.Gets the physical location of the browser.- Returns:
- A
Locationcontaining the location information. Returns null if the location is not available
-
setLocation
Deprecated.Sets the physical location.- Parameters:
location- ALocationcontaining the new location information
-