各位大大好
写了一个用到selenium的爬虫部署到heroku上
参考这篇文章
https://aishuafei.com/heroku-selenium/
为了在上面能跑浏览器 装了google-chrome 跟 chromedriver 的 Buildpacks:
https://github.com/heroku/heroku-buildpack-google-chrome
https://github.com/heroku/heroku-buildpack-chromedriver
但是在heroku端执行时出现以下错误:
selenium.common.exceptions.SessionNotCreatedException: Message: session not
created: This version of ChromeDriver only supports Chrome version 90
Current browser version is 89.0.4389.114 with binary path
/app/.apt/opt/google/chrome/chrome
看起来是 google-chrome 跟 chromedriver 的 Buildpack间版本不合造成的问题
请问可以怎么调整做法或有其他版本的Buildpack可用?
感谢!