Selerium/Puppeteer Disable "Change Your Password" (Password Leak Detection)

anyone how to close this popup in selerium/puppeteer

I’ve tried to close this shit too i found 2 Solution
1.Use FireFox instead
2.Use older Chrome version

found this

options.add_preference("profile.password_manager_leak_detection", false)

to turn of popup

can this way to add in cmd arg?? @Ruri