Poornimak79
6 years agoOccasional Contributor
Unable to find the object Sys.Browser("iexplore") is displayed.
Hi
i am using keyword testing and recorded a script to find the below Object
Sys.Browser("iexplore").
but when running system is finding the below
Sys.Browser("iexplore", 2)
and hence erroring out.
can someone help me in how to handle in such cases.
Thank you
Poornima
Right, because you now have no browser instance running. So, start at the beginning... and at the end of every test, if you're going to be launching the browser in the next test, make sure you close the existing browser window. Otherwise, make sure you detect if the browser is already running and, if it already is running, don't launch the browser.