TestComplete will not go to Else - just throws error
Been experiencing some wierd issues with my IF statements lately in testcomplete.. IF the statement IS NOT true I will get an extremely long hang/timeout, or in this case with the code below, I will just get a error in log saying "object doesnt exist" when it is obvious that I want it to go to ELSE. Any advice for this? thanks if (Aliases.browser.webpage.cell0_grid.link.VisibleOnScreen == true) { Log.Message("Item ID is visible on screen") } else { Log.Message("Item ID is NOT on screen")Solved1.8KViews0likes3Comments