Forum Discussion

Nishi's avatar
Nishi
Contributor
13 years ago

IE10 and testComplete9

Trying to run existing tests which run successfully on TC8 and IE9 using TC9 and IE10.

Following command is failing on me even after trying various combinations. Any help is appreciated.



link1 =page.NativeWebObject.Find("innerText","PQ2 ","A");

link1.Click();



I am trying to locate a particular file from a given folder (where page gets refrehed after selecting a given folder.



UI on the pag is at right place but it fails to find link1 with following message:

You are trying to call the "ClickR" method or property of the "item" object that does not exist.

"You are trying to call the "ClickR" method or property of the "item" object that does not exist."



Thanks,

 



11 Replies