I'm currently switching from chrome 102 to 104 Beta (since 103 has an unfixed error for my use case with a python - selenium script)
I installed the Chrome Beta 104 + the 104 chrome driver. When I start up the script it recognizes that it's a 104 driver but the driver itself searches for the chrome.exe application within the old chrome path:
Where it searches right now: C:\Program Files\Google\Chrome\Application\chrome.exe
Where it should search for: C:\Program Files\Google\Chrome Beta\Application\chrome.exe
Is there some simple way of changing the binary path where the beta chrome driver searches for the exe? Something simple I could put within my python script would be lovely.