05-23-2012, 07:53 AM
Hi,
I'm having a problem getting the browser name and page for a pop up browser.
This is may scenario.
1. Login in the website
2. website will go to inbox in which, the page name is dynamic.
Using the regular expression Browser("micclass:=Browser", "name:=.*").Page("micclass:=Page", "title:=.*"), i did get the page name.
3. clicking the New Message and there will be a pop up browser (there is now 2 browser opened in my desktop).
As i use the same regular expression above, it give me an error which says it is not unique..
Please help me with this.
Thanks in Advance
I'm having a problem getting the browser name and page for a pop up browser.
This is may scenario.
1. Login in the website
2. website will go to inbox in which, the page name is dynamic.
Using the regular expression Browser("micclass:=Browser", "name:=.*").Page("micclass:=Page", "title:=.*"), i did get the page name.
3. clicking the New Message and there will be a pop up browser (there is now 2 browser opened in my desktop).
As i use the same regular expression above, it give me an error which says it is not unique..
Please help me with this.
Thanks in Advance