ContributionsMost RecentMost LikesSolutionsUnable to capture object on web page(Red Frame Issue) Dear all We are using trail version of testcomplete 8 on windows 7(32 bit).Our problem is that some time when we click on “Select Object With Curser” button and move mouse pointer over the desired object on the screen(ex.Link, Button and Table etc) then selection control remains on the “Window("MozillaWindowClass", "", 1)” and does not comes over any page object and some time it works fine. There is another issue with “Object Browser” panel that panel does not contains any page object however page is open on the browser. We are sending two screens shots please find an attachment. Thanks Govind Re: Object Spy problem Hi Allen In continuation of my above posts. I could not find “tcOpenApps2.pls “plug-in in the “TestComplete8>\Bin\Extensions” directory, so I could not install that plug-in. So please tell me from where I can get that plug-in? Thanks Viqar Naqvi Re: Object Spy problemHi Alex, How can i check for Enterprise or Standard TestComplete edition? Thanks ViqarRe: Object Spy problem Hi Allen In continuation of my above posts. I could not find “tcOpenApps2.pls “plug-in in the “TestComplete8>\Bin\Extensions” directory, so I could not install that plug-in. So please tell me from where I can get that plug-in? Thanks Viqar Naqvi Re: Object Spy problem Hi Allen Thanks for your concern!!! I am facing this problem on both the browser i.e IE and Firefox and i have mention in my previous post that some time it (Object Spy) works fine so how it can work without "Plug-Ins". Thanks Viqar Naqvi Object Spy problem Dear all We are using trail version of testcomplete 8 on windows 7(32 bit).Our problem is that some time when we click on “Select Object With Curser” button and move mouse pointer over the desired object on the screen(ex.Link, Button and Table etc) then selection control remains on the “Window("MozillaWindowClass", "", 1)” and does not comes over any page object and some time it works fine. There is another issue with “Object Browser” panel that panel does not contains any page object however page is open on the browser. We are sending two screens shots please find an attachment. Thanks Govind Re: Object does not exist-for web page element Hi Lexi In connection with your mail (Issue# M0079354] Web Submission - mapped name is working fine for IE8 but not working on FireFox) Thanks for your precious effort! I am sending my project suit again along with the problematic log and successfully executed log. My problem is as follows: 1. In my script folder we have created four directory named Common Function, Config_Setting, Declaration, TestCases. 2. Into ‘TestCases’ directory we made one script unit named “main” 3. From the ‘main’ unit we call one” Web_LoginTest(browser)” routine which again call “OpenLoginform(page)” and “AdminLogin()” routines one by one. 4. “OpenLoginform(page)” routine uses the mapped name of link to click on link and executes successfully on both browser i.e. IE8 and Firefox. 5. But when we call AdminLogin() routine which uses mapped name of text box to set text into the text box executes successfully on IE8 but script gets stop on firefox due to “The Object does not exist” error. So we again mapped name using firefox browser(You can see under “Name Mapping t” tree) and impose If Else conditional statement into AdminLogin() routine and put mapped name which is created by using firefox into the if block (if(Project.Variables.browserName="FireFox")) and put mapped name which is created by using internet explorer 8 into the if block (If (Project.Variables.browserName="Internet Explorer 8")) for successfully execution of routine. So we could not understand that one mapped name (for link) is working fine on both browser and another mapped name (for text box ) is working only on IE8. Thanks and regards Govind Re: Object does not exist-for web page element H David, Thanks David for ur consideration, i have send my project plz check it and tell me what is the problem with this. Re: Object does not exist-for web page element H David, Thanks David for ur consideration, i have send my project plz check it and tell me what is the problem with this. Object does not exist-for web page elementHi All, I am using testcomplete8 evaluation version to test web application i used name mapping feature of testcomplete to map the web elements but when i run my script then error message "Object does not exist" is being shown in the log file.please tell me how to remove this error and access mapped object from my script i am refering "Cross-Browser Testing with test complete" article for my web application testing.