Package org.openqa.selenium.html5
Interface LocationContext
-
- All Known Implementing Classes:
ChromeDriver
,ChromiumDriver
,EdgeDriver
,RemoteLocationContext
public interface LocationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location
location()
Gets the physical location of the browser.void
setLocation(Location location)
Sets the physical location.
-