amathai
15 years agoNew Contributor
How to recognize the pop up browser ?
I have 100's of menu item. When you select an item it will pop up in a
2nd browser or 3rd browser. Common element between parent and child
browser is http://..../mysite/otherpage.aspx
"mysite" is the common item. How will I find the pop up window? I don't know the URL for the new window
I have tried following.
Sys.Process("iexplore", 2).Page("*/mysite/*").exist
or
Sys.Process("iexplore").Page("*/mysite/*",1).exists
none of these approach works. I checked the processor and I only see 1 iexplorer.exe running.