Forum Discussion
dganov
Staff
13 years agoAccording to the screenshot you are working with the second instance of IE
Sys["Process"]("iexplore", 2)
I think that when you run the test using TestExecute IE object has different index.
Try to remove the index - I think test may work without it.
Sys["Process"]("iexplore", 2)
I think that when you run the test using TestExecute IE object has different index.
Try to remove the index - I think test may work without it.