Forum Discussion
murugans1011
12 years agoRegular Contributor
did u tried the method available in the link?
http://support.smartbear.com/viewarticle/59603/#Scripts
Sub Check
While Sys.WaitBrowser().Exists
Call Sys.WaitBrowser().Close()
Wend
End sub
Also try to make some delay between the tests.
http://support.smartbear.com/viewarticle/59603/#Scripts
Sub Check
While Sys.WaitBrowser().Exists
Call Sys.WaitBrowser().Close()
Wend
End sub
Also try to make some delay between the tests.