Forum Discussion
lkonduru
15 years agoOccasional Contributor
Jared,
In the object browser, there are 2 page objects. One for the main page and other for the pop up. I am attaching tree for the popup window below
Sys.Process("firefox").Page("http://xxxxx:8080/app/x.do?x=123&tab=processing").Table(0).Cell(0, 0).Form("bnForm").Table(1).Cell(0, 0).Table(0).Cell(0, 7).Link(0)
If i add the recorded mapped name in my script, test complete is recognizing the tab link in the pop up and is executing successfully.
But it would be good to execute the same using Jscript and testcomplete property and methods.
Thanks
In the object browser, there are 2 page objects. One for the main page and other for the pop up. I am attaching tree for the popup window below
Sys.Process("firefox").Page("http://xxxxx:8080/app/x.do?x=123&tab=processing").Table(0).Cell(0, 0).Form("bnForm").Table(1).Cell(0, 0).Table(0).Cell(0, 7).Link(0)
If i add the recorded mapped name in my script, test complete is recognizing the tab link in the pop up and is executing successfully.
But it would be good to execute the same using Jscript and testcomplete property and methods.
Thanks