From 8d111a8820fb56df0bc09b4bb6945bbb1307fb84 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Mon, 6 Jul 2020 09:43:35 -0700 Subject: [PATCH] docs(readme): add locale to geo example (#2845) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e590992021..7f7d346424 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ const iPhone11 = devices['iPhone 11 Pro']; const browser = await webkit.launch(); const context = await browser.newContext({ ...iPhone11, + locale: 'en-US', geolocation: { longitude: 12.492507, latitude: 41.889938 }, permissions: ['geolocation'] });