apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
26 stars 18 forks source link

fix: Specify the same Chrome and Chromedriver version in tests #173

Closed fnesveda closed 1 year ago

fnesveda commented 1 year ago

Apparently, if you pass chromedriver-version to setup-chromedriver, it will install the given Chromedriver version, but it will also install latest Chrome which might not be compatible to the given Chromedriver version.

There is now a better way to install the same Chrome and Chromedriver, using Chrome for Testing and npx @puppeteer/browsers install ....

fnesveda commented 1 year ago

Damn, this doesn't work, now I know why I had to specify the version there in the first place 😄