Webbot error
I am making an automatic login bot but when I type web = Browser() it gives me an error:
AttributeError: 'WebDriver' object has no attribute 'switch_to_alert'
please help
CosmicBear
Are you making a Kahoot Spammer?
I am making an automatic login bot but when I type web = Browser() it gives me an error:
AttributeError: 'WebDriver' object has no attribute 'switch_to_alert'
please help
Are you making a Kahoot Spammer?
https://github.com/nateshmbhat/webbot/issues/62#issuecomment-945155578
webbot uses selenium on new version of selenium >= "4.0.0" doen't support 'switch_to_alert' and webbot is not upgraded to new selenium so the solution is to undergrade to selenium == "3.141.0" that will work..