-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<feat> Mozilla Firefox support #14
Comments
Hi, I will work on it. Thank you for your issue. |
#24 maybe will be added in a future :-) |
Looked into adding Firefox support. Starting the Firefox browser using a subprocess with remote debugging enabled seems to work fine. Cannot seem to create a connection to the web socket however. Getting "The handshake request has incorrect Origin header" error. Assuming the flag --remote-allow-origins" when starting the browser process does not work but no clue how to fix |
Update: by setting --remote-allow-origins=http://127.0.0.1:9222/ it is possible to establish a websocket connection. Issue now is that the command evaluate.runtime returns context is null error. Have not been able to track the context id of the window, although omitting the "contextId" parameter should just take the regular window as default, like with the current Chrome implementation, but that is not working for Firefox. |
Can you please add Mozilla Firefox support?
The text was updated successfully, but these errors were encountered: