Forum Discussion
dganov
Staff
13 years agoIf you are sure that there is no object Item("X_") in object tree for FF and Chrome, then it is likely that web pages are different in IE and other browsers - you can check this by comparing web page source in these browsers. Even if this is TestComplete bug, you can use Page("*").NativeWebObject.Find or Page("*").EvaluateXPath method to find the needed object.