setup-chromedriver icon indicating copy to clipboard operation
setup-chromedriver copied to clipboard

Support for environments where the sudo command is not installed

Open nanasess opened this issue 2 years ago • 6 comments

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

nanasess avatar Feb 21 '22 10:02 nanasess

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

HemanthNagapudi avatar Aug 30 '22 12:08 HemanthNagapudi

@HemanthNagapudi Yes, ubuntu-latest will work fine.

nanasess avatar Aug 30 '22 16:08 nanasess

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?

HemanthNagapudi avatar Sep 01 '22 08:09 HemanthNagapudi

@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.

nanasess avatar Sep 01 '22 08:09 nanasess