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
I use build packs for Chrome on Heroku but I still gots error related to file path of Chrome and couldn't find any way to define it in spider settings.
Error message from Heroku:
Selenium::WebDriver::Error::WebDriverError: not a file: "/usr/local/bin/chromedriver"
The text was updated successfully, but these errors were encountered:
Have a look here too. Might help with the driver locations for Chrome and Chromedriver. They have to be manually set for Heroku to pick them up. Set them as ENV variables and reference them as per this link. https://milk1000cc.hatenablog.com/entry/2019/11/04/114351
Hi Everyone,
Is there any way to solve Heroku's problem with Selenium Chrome engine with Kimurai?
I need to use
@engine = :selenium_chrome
I use build packs for Chrome on Heroku but I still gots error related to file path of Chrome and couldn't find any way to define it in spider settings.
Error message from Heroku:
Selenium::WebDriver::Error::WebDriverError: not a file: "/usr/local/bin/chromedriver"
The text was updated successfully, but these errors were encountered: