So I'm starting to experiment with Selenium, its really cool and exactly what I needed but it needs the geckodriver added to PATH to work in windows 10. I was wondering if there's a way to automatically do that from my code so when I share it with my friends I don't have walk them through adding it manually
Asked
Active
Viewed 36 times
0
-
Instead of put the geckodriver to the path, you can especify where is your executable as `path\to\your\executable` – Andrex Feb 04 '20 at 02:17
-
See https://stackoverflow.com/questions/40208051/selenium-using-python-geckodriver-executable-needs-to-be-in-path – Andrex Feb 04 '20 at 02:23
-
Is this a duplicate of https://stackoverflow.com/q/3108285/11301900 ? – AMC Feb 04 '20 at 04:23