Hi all. How properly debug pyppeteer with asyncio?
I downloaded pyppetteer dev branch and added logging.
When I adding new variable while debuging, for example:
page.title()
It's saying that is coroutine object and has no string values.
What I need to type to execute commands for chromium in debug console?
Thanks!
Hi all. How properly debug pyppeteer with asyncio? I downloaded pyppetteer dev branch and added logging. When I adding new variable while debuging, for example:
page.title()
It's saying that is coroutine object and has no string values. What I need to type to execute commands for chromium in debug console? Thanks!