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:



security warning window



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

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?