-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appium 1.6.0 beta 1 'autoAcceptAlerts' not working #6863
Comments
I'm seeing the same problem for popups in Safari. It seems related. If not, let me know and I can open another issue.
Capabilities:
My test code:
My test website:
Log: https://gist.github.com/midopa/8318247111f524d6c42504a909e71445 |
Known issue. autoAcceptAlerts capability is not supported yet in XCUITest mode. |
I think my issue is slightly different. I'll file a separate bug under the XCUITest driver project. |
closing in favor of #6864 |
"Context.driver.switch_to.alert.accept" can be used instead of "autoAcceptAlerts:True" |
I used 'Context.driver.switch_to.alert.accept', but I got: NameError: name 'Context' is not defined |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The problem
Hello, I have a problem when the alert view has prompt Appium Don't have any action.
Environment
Code To Reproduce Issue [ Good To Have ]
This is my configuration capabilities.
The text was updated successfully, but these errors were encountered: