Logan1x / Python-Scripts

Collection of Various Python Script's.💻
https://logan1x.github.io/Python-Scripts/
MIT License
305 stars 148 forks source link

youtube bot not working #97

Closed DrBarberr closed 3 years ago

DrBarberr commented 4 years ago

When I put the browser 1 of 2 things happen: if the browser is open it closes it if the browser is closed it says crome.exe not found

Logan1x commented 4 years ago

It might need to set a path for selenium, because it isn't able to open chrome instance, it can proceed further. You might need to read the docs for the solution of this problem.