Uses of Class
com.microsoft.playwright.options.Geolocation
Packages that use Geolocation
Package
Description
-
Uses of Geolocation in com.microsoft.playwright
Fields in com.microsoft.playwright declared as GeolocationModifier and TypeFieldDescriptionBrowser.NewContextOptions.geolocationBrowser.NewPageOptions.geolocationBrowserType.LaunchPersistentContextOptions.geolocationMethods in com.microsoft.playwright with parameters of type GeolocationModifier and TypeMethodDescriptionBrowser.NewContextOptions.setGeolocation(Geolocation geolocation) Browser.NewPageOptions.setGeolocation(Geolocation geolocation) voidBrowserContext.setGeolocation(Geolocation geolocation) Sets the context's geolocation.BrowserType.LaunchPersistentContextOptions.setGeolocation(Geolocation geolocation) -
Uses of Geolocation in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type GeolocationModifier and TypeMethodDescriptionvoidBrowserContextImpl.setGeolocation(Geolocation geolocation) -
Uses of Geolocation in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return GeolocationModifier and TypeMethodDescriptionGeolocation.setAccuracy(double accuracy) Non-negative accuracy value.