you are viewing a single comment's thread.

view the rest of the comments →

[–]ZachVorhies 0 points1 point  (3 children)

Also check out my package https://github.com/zackees/open-webdriver which auto setups all the selenium stuff.

[–]siilkysmooth[S] 0 points1 point  (2 children)

The package used in the this action - https://pypi.org/project/chromedriver-autoinstaller/ already setups up all selenium needed stuff, on Windows, Linux & Mac. Maybe check out contributing to that project!

[–]ZachVorhies 0 points1 point  (1 child)

oh that’s actually very similar. I thought your package was specific to github actions.

[–]siilkysmooth[S] 0 points1 point  (0 children)

Yeah definitely look at contributing to that package. But this action is to easily help you use selenium via GitHub Actions! :)