how invalidate "security alert" window webbrowser control
i'm controlling webbrowser control login https site "untrusted certificate".
but i popup such standart window "security alert" untrusted certificate:

i have window due send alt+y press yes:
int ihandle = nativewin32.findwindow(null, "security alert");
nativewin32.setforegroundwindow(ihandle);
system.windows.forms.sendkeys.send("y%");
but user flickering window.
how i replace alert?
or invalidate "untrusted certificate" check webbrowser control?
Comments
Post a Comment