ArmandsBruns
13 years agoFrequent Contributor
Sys.Process("iexplore").Terminate() - Internet Explorer 9
TestComplete 8.70
Windows 7
Internet Explorer 9
What could be the reasons that sometimes doesn't work "Terminate"
code:
----------------------------------------------
If Sys.Process("iexplore").Exists Then
Sys.WaitProcess("iexplore").Terminate()
aqUtils.Delay(4000)
Sys.Refresh()
End if
-----------------------------------------------
and as a result get error (attach error log: "2 running iexplore")
Windows 7
Internet Explorer 9
What could be the reasons that sometimes doesn't work "Terminate"
code:
----------------------------------------------
If Sys.Process("iexplore").Exists Then
Sys.WaitProcess("iexplore").Terminate()
aqUtils.Delay(4000)
Sys.Refresh()
End if
-----------------------------------------------
and as a result get error (attach error log: "2 running iexplore")