Hi I made a script to access a website using watir, then I used OCRA to create the exe file, but when I run the exe file in an other computer without ruby intalled, it doesnt find the chromedriver.exe. I not allowed to install ruby on that computer, but I create the same path and copy the chromedriver like it was on my computer but not luck (if I change the location of the chromedriver on my computer it doesnt work too).
Thanks for any help
Did you also add that directory to your PATH?
Or can you copy the missing program to a location in your PATH?