You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a scenario similar to this: appium/appium#19910, and one of the solutions listed in the linked document is to use an example in Ruby to interact with alerts, which is driver.switch_to.alert.accept . What's the equivalent of this in Python? Searching the code base of the python client, all I can see is driver.switch_to.context.