We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241d39f commit 8d111a8Copy full SHA for 8d111a8
README.md
@@ -71,6 +71,7 @@ const iPhone11 = devices['iPhone 11 Pro'];
71
const browser = await webkit.launch();
72
const context = await browser.newContext({
73
...iPhone11,
74
+ locale: 'en-US',
75
geolocation: { longitude: 12.492507, latitude: 41.889938 },
76
permissions: ['geolocation']
77
});
0 commit comments