Connect with pyppeteer to existing chrome
问题 I want to connect to an existing (already opened) chrome browser with pyppeteer so I would be able to control it. I can do almost every manual action before (for example, enabling remote debugging mode in existing chrome), but it is preferable to do it with the least actions. In order to use browser.connect , I need to give it browserWSEndpoint , which is equivalent to webSocketDebuggerUrl under 'http://localhost:9222/json/version'. My problem is that I can get to 'http://localhost:9222/json