I made an executable using OCRA, but it doesnt find the chromedriver in other computers

200 Views Asked by At

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

1

There are 1 best solutions below

6
On

create the same path and copy the chromedriver like it was on my computer

Did you also add that directory to your PATH?

Or can you copy the missing program to a location in your PATH?