undetected-chromedriver
undetected-chromedriver copied to clipboard
AttributeError: 'str' object has no attribute '_session'
Hello, I got this error:
Traceback (most recent call last):
File "C:\Users\JustAnotherUser\Downloads\Bot\main\SoundCloud.py", line 16, in
Process finished with exit code 1
Can anyone help?
have you tried if __name__ == __main__:
Having issues with this as well, "have you tried if name == main:" Did not work for me. Please let me know if you figure out a fix :)
I had the same error and i fixed it with by initializing the options options = webdriver.ChromeOptions() driver = webdriver.Chrome(options=options)