Packaging chromedriver with selenium script using ocra

124 views Asked by At

I made a script using selenium-webdriver to automate some work tasks. I want to distribute this to my co workers so I made it into a .exe using ocra. The problem is that it won't run on someone elses computer because they lack the chromedriver.exe file. Is there a way to include this in the .exe somehow?

0

There are 0 answers