Chrome password popup as part of login in to browser, how to handle it using automatoin

I am getting pop like “The password u just entered was found in data breach” google password manager recommends changing the password.
can any body let me know how to handle this in automation as part of launching browser using robot.

I believe this is not for Selenium based KWs to handle. Rather different approach e.g. PyAuotGUI. Selenium od Browser are not for chrome native dialogs, we try to avoid them with chrome args.

1 Like