CircleCI-Public / browser-tools-orb

Quickly and easily install common browsers and browser testing tools on CircleCI
https://circleci.com/developer/orbs/orb/circleci/browser-tools
MIT License
23 stars 34 forks source link

The laster version always install 112.0.5615.49 version #84

Closed tranChiVi0123 closed 1 year ago

tranChiVi0123 commented 1 year ago

Orb version

1.4.3

...
- browser-tools/install-chrome:
    chrome-version: latest or 114.0.5735.9

- browser-tools/install-chromedriver
...

What happened

It always installs 112.0.5615.49

CircleCi message ↓

Google Chrome 112.0.5615.49 is already installed to /usr/bin/google-chrome

Expected behavior

tranChiVi0123 commented 1 year ago

Because my image already has google-chrome. So just add replace-existing = true to resolve.