Skip to content
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

Action always installs latest chrome even for older chromedriver #244

Open
kunalherkal opened this issue Nov 1, 2023 · 2 comments
Open

Comments

@kunalherkal
Copy link

Action usage:

    - name: Set up chromedriver
      uses: nanasess/setup-chromedriver@v2
      with:
        chromedriver-version: 118.0.5993.70

This still installs Chrome 119 which then causes issues in selenium tests.
Expectation: It should install Chrome 118.

@danielaboost
Copy link

Is there a work-around for this?

@nanasess
Copy link
Owner

nanasess commented Nov 6, 2023

@kunalherkal @danielaboost
If google-chrome is not installed, google-chrome-stable will be installed.
You can avoid this by installing google-chrome 118 beforehand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants