bir kaç çözüm görünüyor. deneyerek bir çözüm üretebilirsiniz gibi.
Alıntı
You can delete the file you recently created. I am facing same issue when i come to this thread and nothing worked for me. I just deleted my recent file and everything works fine :-)
Before creating new python file selenium work fine. it start showing this error when i create new python file in same folder. When i delete the file , everything work fine as before.
Alıntı
I was facing the same error AttributeError: module 'selenium.webdriver' has no attribute 'Chrome' . Earlier I just copied and pasted the selenium library in my venv libs .But the copy was not made properly. That's why it was not working well. Since I receive this error , I removed the selenium package and installed it by pip using the command pip install selenium.It worked for me .
So What I came up to is this issue is regarding the installation of selenium.if it is not working in your code also, go and try removing the package or just uninstalling the package and install it again.