Forum Discussion

Poornimak79's avatar
Poornimak79
Occasional Contributor
5 years ago
Solved

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)  ...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    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.