maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Support auto accept save password prompts from web browsers like Safari

Open prolificcoder opened this issue 1 year ago • 1 comments

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

prolificcoder avatar Oct 14 '24 17:10 prolificcoder