Forum Discussion
murugans1011
12 years agoRegular Contributor
Verify with the task manager tat the process doesnt exist. try adding code at beginning of 2nd test
if sys.Waitbrowser().Exists then
{
Set browser=Aliases.browser
browser.close()
}
to close browser from keyword test try this
if sys.Waitbrowser().Exists then
{
Set browser=Aliases.browser
browser.close()
}
to close browser from keyword test try this