Add Linux, Windows, Firefox support for browser-info #822
Labels
Projects
Comments
This chromedriver code can help with finding the location of Chrome binaries in the system. |
I would like to pick this up. I have been reviewing code and it looks like you've added Linux support. Can we update this issue? It seems as tho there's just Windows and Firefox support left? |
Yes I added Linux support because I just tested it on Docker, my original plan was to add github actions and test it on all systems (just these tests that depend on OS fs structure). So the Windows task is a bit rough, I was lazy for no reason just because I use mac, but I should've setup github actions correctly, feel free to add Firefox, it should be similar, and if you want we can create an issue regarding CI, and what runs on what. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux is pretty similar and even easier than macOS, there is a
google-chrome
binary inPATH
and it can be parsed to any of the channels. (google-chrome --version
)The text was updated successfully, but these errors were encountered: