Forum Discussion
lkonduru
15 years agoOccasional Contributor
Jared,
Thanks. After adding depth parameter and changing params array to "findAll" method it started working.
I have question on child/popup window control on TestComplete. I have following scenario
I have a main web page, i am able to find specific buttons which i am interested. In a loop i am clicking the button through above
script which in turn opens a popup. And on same popup i have couple of links to click and then close popup. Do the same in loop for other records on main page.
1. Do i need to get new "Page" object for the popup window url (since the url is different from main window)?
Thanks
Thanks. After adding depth parameter and changing params array to "findAll" method it started working.
I have question on child/popup window control on TestComplete. I have following scenario
I have a main web page, i am able to find specific buttons which i am interested. In a loop i am clicking the button through above
script which in turn opens a popup. And on same popup i have couple of links to click and then close popup. Do the same in loop for other records on main page.
1. Do i need to get new "Page" object for the popup window url (since the url is different from main window)?
Thanks