You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: try to install browser version when user will not install ChromeDriver (#551)
Installing ChromeDriver
(#548) resolves a
version which includes both the Chrome browser and ChromeDriver download
URLs from
[known-good-versions-with-downloads.json](https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json).
Before this change, user was able to install a version which includes
only chrome download URL. The action should be able to download chrome
browser if the user does specifies "install-chromedriver: false" and
matched version does not include ChromeDriver. This PR enables to
install browser if the version does not include ChromeDriver on
"install-chromedriver: false".
Close#550
0 commit comments