miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Variable debug in cosole #257

Open crewshon opened 4 years ago

crewshon commented 4 years ago

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!