Closed stolenvw closed 1 year ago
Can you run pip freeze
in your virtual environment so I can see what version of playwright you've got installed?
And the issue only occurred the first time you ran it? It hasn't happened again?
playwright==1.29.0
yeah just first run, have not seen it happen again yet
Fixed by #5. Playwright's documentation didn't indicate this as being a coroutine, but it looks like it is with the async version of Playwright's API.
Updating to v0.1.6 should fix this.
got this error on first run
async_api.py:157: RuntimeWarning: coroutine 'BrowserContext.clear_cookies' was never awaited
2nd time it ran without error