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
It seems like the Chrome DevTools protocol has changed, so this library will no longer work with Chrome 71. I haven't found a work-around. I'm just documenting this to save others the trouble.
I believe the problem is that Chrome has stopped accepting the Target.createBrowserContext message. There isn't any documentation about a change, but several similar projects have this problem: wirepair/gcd#24 and chromedp/chromedp#244
It seems like the Chrome DevTools protocol has changed, so this library will no longer work with Chrome 71. I haven't found a work-around. I'm just documenting this to save others the trouble.
I believe the problem is that Chrome has stopped accepting the
Target.createBrowserContext
message. There isn't any documentation about a change, but several similar projects have this problem: wirepair/gcd#24 and chromedp/chromedp#244Here's the symptoms:
The text was updated successfully, but these errors were encountered: