tengel
12 years agoContributor
Intermittent Objects Not Found
I am running scripts and intermittently objects will not be found. They may be found over a hundred runs but suddenly they are not found. I've put in a delay as followsand then it will run. Sometimes I've had to use a 2000 delay because the problem returns on a later run.
var QuickSearchIcon = Aliases.browser.pageMaximoItemMaster....QuicksearchFindimage;
Delay(1000);
QuickSearchIcon.Click();
How can I get this to stop?