| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
Geolocation |
Browser.NewContextOptions.geolocation |
Geolocation |
Browser.NewPageOptions.geolocation |
Geolocation |
BrowserType.LaunchPersistentContextOptions.geolocation |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserContext.setGeolocation(Geolocation geolocation)
Sets the context's geolocation.
|
Browser.NewContextOptions |
Browser.NewContextOptions.setGeolocation(Geolocation geolocation) |
Browser.NewPageOptions |
Browser.NewPageOptions.setGeolocation(Geolocation geolocation) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setGeolocation(Geolocation geolocation) |
| Modifier and Type | Method and Description |
|---|---|
Geolocation |
Geolocation.setAccuracy(double accuracy) |
Copyright © 2021. All rights reserved.