1
I have the following problem:
When running Cucumber on my project returns the following message and does not load chromedriver:
No such file or directory - powershell.exe "(Get-Itemproperty 'C: Program Files Google Chrome Application Chrome.exe').VersionInfo.Productversion" (Errno::ENOENT)
I’ve been in the settings and remove bar that is in duplicity, I’ve already configured Path a few times and nothing.
I had this same problem but with the
Selenium
and the cause was the divergence of versions between thechromedriver
and the version ofChrome
installed on the machine that was running the application. You have already checked the versions ofchromedriver
with theChrome
?– JcSaint
Hello Lao, what would Cucumber be? Would that be https://cucumber.io/docs/guides/browser-automation/ ? And which one is it using? Can you provide details?
– Guilherme Nascimento