I am trying to develop a script in python using selenium webdrivers. On my computer I have 2 paths where chrome is installed, one old and one new, I realized that the chrome drivers don't work as the system tries to open chrome in the old path, so the drivers are not compatible, how can I change the path of the start of chrome and then start the new broser?
Here the image:
Asked
Active
Viewed 39 times
0
Luca Orlandi
- 45
- 4
-
1set options.binary_location... see this thread: https://stackoverflow.com/questions/45500606/set-chrome-browser-binary-through-chromedriver-in-python – pcalkins May 12 '22 at 20:02