Replies: 1 comment 2 replies
-
Firefox doesn't support extra connections. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
firefox.exe --remote-debugging-port=9222
await Puppeteer.ConnectAsync(new ConnectOptions{BrowserWSEndpoint= "ws://localhost:9222"});
What is BrowserWSEndpoint or method for firefox, seems different to Chrome/Edge
http://localhost:9222/json/version
also returns nothing on firefox
Beta Was this translation helpful? Give feedback.
All reactions