You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2020. It is now read-only.
Running this code:
`
browser = await launch()
context = await browser.createIncognitoBrowserContext()
page = browser.newPage()
await page.goto('https://www.test.com')
await page.screenshot({'path': 'debug.png'})
`
and getting this:
AttributeError Traceback (most recent call last)
cell_name in async-def-wrapper()
AttributeError: 'coroutine' object has no attribute 'goto'
Any hint? Thanks.
The text was updated successfully, but these errors were encountered: