Chrome-browser how to disable save address popup ,selenium java

chrome-browser how to disable save address popup ,selenium java

1 Like

prefs = {
'autofill.profile_enabled': false
}
chromeOptions.setUserPreferences(prefs)

1 Like

Hi @sameerun.shaikh,

Welcome to our community. Thank you for sharing your issue.

I am not sure if I get it correct but you might want to bypass the Address popup, right? I would love to suggest the documentation here: Solving Pop-up dialog issue with Katalon Studio | Katalon Docs for you to refer to. If not, please help clarify more on your problem. Thank you

1 Like

if inbuilt capability doesn’t work, you can also use robot library to handle this

1 Like