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 65ca87c commit 2eba79bCopy full SHA for 2eba79b
README.md
@@ -64,7 +64,7 @@ const iPhone11 = devices['iPhone 11 Pro'];
64
viewport: iPhone11.viewport,
65
userAgent: iPhone11.userAgent,
66
geolocation: { longitude: 12.492507, latitude: 41.889938 },
67
- permissions: { 'https://www.google.com': ['geolocation'] }
+ permissions: ['geolocation']
68
});
69
const page = await context.newPage();
70
await page.goto('https://maps.google.com');
0 commit comments