How to stop chrome's Select a certificate window
问题 I'm working on a selenium project, and the system I need to test is using SSL certificate. Every time when try to login the we are getting this "Select a certificate" window. Which we cannot handle with webdriver. I have tried click on ok button using AutoItx as below. But the Send("{ENTER}") is not the best option continue with. if (AutoItX.WinWaitActive("data:, - Google Chrome", "", 10) == 0) { AutoItX.WinActivate("data:, - Google Chrome"); AutoItX.Send("{ENTER}"); } Is there a way to use