-
Notifications
You must be signed in to change notification settings - Fork 76
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
Chrome remote support #78
Comments
Hey @alissonws! its true, it assumes remote is firefox. This is legacy code, and I never worked with remote browsers, but I believe its because at the start the whole project was meant for use with firefox and chrome was added after. As you say, it should work adding the options for chrome. It would be great if you could come with something for this! maybe there will have to be a remote_chrome and remote_firefox clients? |
I think that maybe a better solution would be maintaining |
Indeed, I like that solution better! And yes, the client="remote" is only used to configure the browser in the |
Pushing this new feature at #80 |
Hello! First of all, awesome work on this project. It is being really usefull for me. I am migrating my project to Docker and went from
chrome
client toremote
client. I then noticed that there appears to be no support for Chrome since it loads Firefox configurations by default when selectingremote
client.The only thing I'd like to know is if there is for that or it is just a feature that was not added yet. If it is just a matter of adding chrome options and profile to
remote
, I could try do develop something to solve this problem.The text was updated successfully, but these errors were encountered: