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

Support for environments where the sudo command is not installed #37

Open
nanasess opened this issue Feb 21, 2022 · 6 comments
Open

Support for environments where the sudo command is not installed #37

nanasess opened this issue Feb 21, 2022 · 6 comments

Comments

@nanasess
Copy link
Owner

#33 tried to deal with this, but an error was reported.
refs #35

@HemanthNagapudi
Copy link

Is chrome driver working for git hub runners(ubuntu-latest)?

@nanasess
Copy link
Owner Author

@HemanthNagapudi Yes, ubuntu-latest will work fine.

@HemanthNagapudi
Copy link

with:
# Optional: do not specify to match Chrome's version
chromedriver-version: '88.0.4324.96'

Can i ignore the above part to get same version as chrome?
And is chrome already available on runner by default?

@nanasess
Copy link
Owner Author

nanasess commented Sep 1, 2022

@HemanthNagapudi
If google-chrome does not exist in the test runner, it will automatically install the latest version of google-chrome.
If you don't specify the chromedriver-version option, install the same version of the chromedriver as google-chrome.

@Supreetam09
Copy link

I am facing this while using nanasess/setup-chromedriver@v1. Is this the same issue? Any workaround?
Screenshot 2022-11-11 at 9 05 49 PM

@nanasess
Copy link
Owner Author

@Supreetam09
Yes, it is the same problem.
However, it has side effects and has not been solved.
I recommend installing sudo with the following command.

run: apt-get update && apt-get install -y sudo

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