Is there probably a way to click ie popup button and hide or invisible popup button in the same time?
I try to use WinSetState @SW_hide ,
the result is ie crashing or no response because button hide and the next click command won't work...
$oForm=_IEFormGetObjByName($oIE,"form1")
$obut...