各位大大好寫了一個用到selenium的爬蟲部署到heroku上參考這篇文章https://aishuafei.com/heroku-selenium/為了在上面能跑瀏覽器 裝了google-chrome 跟 chromedriver 的 Buildpacks:https://github.com/heroku/heroku-buildpack-google-chromehttps://github.com/heroku/heroku-buildpack-chromedriver但是在heroku端執行時出現以下錯誤:selenium.common.exceptions.SessionNotCreatedException: Message: session notcreated: This version of ChromeDriver only supports Chrome version 90Current browser version is 89.0.4389.114 with binary path/app/.apt/opt/google/chrome/chrome看起來是 google-chrome 跟 chromedriver 的 Buildpack間版本不合造成的問題請問可以怎麼調整做法或有其他版本的Buildpack可用?感謝!--
忘記密碼? / 加入會員