I'm running several test that fail intermittently. When the test fail, they usually fail because they've timed out, these time outs occur even when I can clearly see the element on screen. What I have noticed is that the issues seem to occur most often when a browser page has just closed - what I believe is happening is that the system is occassionally losing track of which browser page is the active browser. I've tried correcting the problem by adding execution delays - but even though this frequently works it's not a solution I really want to use. I've tried to navigate to the page I want to be the active browser, but that causes my system to display a message asking if I really want to navigate from the current page - at which point my script fails.
Is there a simple way to set one of the open browsers as the activebrowser?
Thanks
Is there a simple way to set one of the open browsers as the activebrowser?
Thanks