Skip to content

Commit 1066887

Browse files
authored
docs(readme): fixed outdated method name (microsoft#692)
1 parent 6854c40 commit 1066887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async def main():
190190
geolocation={"longitude": 12.492507, "latitude": 41.889938},
191191
permissions=["geolocation"]
192192
)
193-
page = await context.newPage()
193+
page = await context.new_page()
194194
await page.goto("https://maps.google.com")
195195
await page.click("text="Your location"")
196196
await page.screenshot(path="colosseum-iphone.png")

0 commit comments

Comments
 (0)