Skip to content

Commit 8d111a8

Browse files
authored
docs(readme): add locale to geo example (#2845)
1 parent 241d39f commit 8d111a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const iPhone11 = devices['iPhone 11 Pro'];
7171
const browser = await webkit.launch();
7272
const context = await browser.newContext({
7373
...iPhone11,
74+
locale: 'en-US',
7475
geolocation: { longitude: 12.492507, latitude: 41.889938 },
7576
permissions: ['geolocation']
7677
});

0 commit comments

Comments
 (0)