Uses of Class
com.microsoft.playwright.options.Geolocation
-
Packages that use Geolocation Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of Geolocation in com.microsoft.playwright
Fields in com.microsoft.playwright declared as Geolocation Modifier and Type Field Description GeolocationBrowser.NewContextOptions. geolocationGeolocationBrowser.NewPageOptions. geolocationGeolocationBrowserType.LaunchPersistentContextOptions. geolocationMethods in com.microsoft.playwright with parameters of type Geolocation Modifier and Type Method Description Browser.NewContextOptionsBrowser.NewContextOptions. setGeolocation(Geolocation geolocation)Browser.NewPageOptionsBrowser.NewPageOptions. setGeolocation(Geolocation geolocation)voidBrowserContext. setGeolocation(Geolocation geolocation)Sets the context's geolocation.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setGeolocation(Geolocation geolocation) -
Uses of Geolocation in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return Geolocation Modifier and Type Method Description GeolocationGeolocation. setAccuracy(double accuracy)Non-negative accuracy value.
-