How to close chrome autofill pop up efficiently?

How to build a selector to close these chrome autofill pop ups when 2 of them are present at the same time on 2 different browser window.

From one browser window to another they seem exactly identical, i dont know how to differentiate them in the selector and these pop ups are driving me crazy.

Any help would be greatly appreciated, i just want to get rid of them both efficiently.

Thank you

If their selectors appear identical, try a For Each UI Element and see if you can loop through them.

@Selesta_Juliana,

Better to disable it from Chrome instead of handling them.

Refer this tutorial to disable them.

https://support.mindbodyonline.com/s/article/203260523-How-to-disable-the-form-autofill-feature-in-your-browser?language=en_US#ChromeW

Thanks,
Ashok :slight_smile:

Hi @Selesta_Juliana

Please check the below thread:

Regards