Solved
Forum Discussion
Marsha_R
Champion Level 3
11 years agoWhat happened when you tried the steps from the article?
we wrote a script (called it CloserBrowser) with below code. works fine
function closeBrowser()
{
while (Sys.WaitBrowser().Exists)
Sys.WaitBrowser().Close();
}
What happened when you tried the steps from the article?