I have coded selenium Python script and now I want to compile it to exe file so it can run on computer without Python installed
I've tried to install cx-freeze and pyinstaller but failed to do so and wasn't able to find the patch for the errors I am getting while installing these modules
I have installed py2exe but its not able to convert selenium Python to exe
Whenever I execute I keep getting error msg
I want to use chromedriver, here's the error I am getting
FileNotFoundError: [Errno 2] No such file or directory: 'selenium\\webdriver\\re mote\\getAttribute.js'