Jason Mintz
Jason Mintz
Apologies for the basic question, I'm getting a similar issue (seeing Selenium::WebDriver::Error::WebDriverError: Unable to find the chromedriver executable when I try to run Selenium). My buildpacks are: I see the...
It doesn't look like the buildpacks are setting the GOOGLE_CHROME_BIN and GOOGLE_CHROME_SHIM variables as they're both nil after compiling the buildpacks.
Update, some progress but not all the way. I got the ENV variables to populate and am now trying ``` Selenium::WebDriver::Chrome.driver_path=ENV['GOOGLE_CHROME_BIN'] Watir::Browser.new :chrome, headless:true ``` but this still results in...