Forum Discussion

Ravik's avatar
Ravik
Super Contributor
11 years ago

Unable to find the object page("*") Error in TestComplete 8 and IE 10 browser

Unable to find the object page("*") Error  in TestComplete 8 and IE 10 browser.  I used Project variable instead of URL like below -


Page(aqstring.Concat(Project.Variables.URL,"*"))here URL is a Project variable. two day's ago same code was work but that time I used IE 9 browser and now it's update, what we can do ?? Please help.


3 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Ravi,


     


    What value do you pass to the Project.Variables.URL variable?


     

  • Ravik's avatar
    Ravik
    Super Contributor
    Hi Tanya, I want to pass URL of my Web application, same like .Page(http://google.com) but when I pass hard code URL then our Script not reusable in other web site. actually above script was work on IE 9 browser and it's fail in IE10. please help !!
  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Ravi,


     


    According to the "Testing Web Applications" help topic, TestComplete 8 supports only IE v. 6 - 9. So, to test your page in IE 10, you need to consider updating to the latest TestComplete version, v. 9.31 for example. To navigate to the help, click "Help | Index" in TestComplete's main menu and paste the topic name in the Search box.