Skip to content
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

Support auto accept save password prompts from web browsers like Safari #2089

Open
prolificcoder opened this issue Oct 14, 2024 · 1 comment

Comments

@prolificcoder
Copy link

Use case

Our app uses webviews for login and safari shows a prompt to save password. It is annoying to handle that explicitly everytime. Also it causes other flakiness.

image

Proposal

It would be great if there is an option to auto accept or auto deny in launchApp arguments.
desired api

lauchApp: 
    autoAcceptAlerts: {true|false} //defaults to true

Anything else?

Appium supports this: https://appium.github.io/appium-xcuitest-driver/4.16/capabilities/ with appium:autoAcceptAlerts

Copy link

linear bot commented Oct 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant