I am trying to automate an e-commerce website using Selenium-Java in Google Chrome where I do the login using username and password. Once the authentication is successful, the homepage opens. This Browser popup (Change Your Password – The password you just used was found in a data breach. Google Password Manager recommends changing your password now) is getting displayed in parallel, which I intend to suppress/handle so that it either doesn’t show up at all or it gets closed. I looked at using ChromeOptions but I haven’t been able to figure out the right argument to pass. Can anyone help, please?
enter image description here
1