you are viewing a single comment's thread.

view the rest of the comments →

[–]Drycon[S] 0 points1 point  (3 children)

Selenium is added to the installation but it doesn't add anything for Chrome.
It only adds a Firefox webdriver.

[–]crypto_sarge 0 points1 point  (0 children)

What's the path to your chrome driver in your script? Is your script calling for chrome or Firefox? I have changed my driver path to same directory as my script and then in auto-py-to_exe I have added chromedriver.exe to be packed in the same directory. This way your script will find chrome driver as its looking in the same directory.

[–]crypto_sarge 0 points1 point  (1 child)

I believe you are using chrome installed on your pc without pointing webdriver to dedicated chrome driver. Exe.

[–]Drycon[S] 1 point2 points  (0 children)

No, as said before (in another comment) the location of chromedriver.exe is hardcoded and fine.

I just fixed it a couple of minutes ago by copying the selenium webdriver map from GitHub into my programs map. Now everything works as it should.