- ArthurActive particpant
- Posts : 23
Join date : 2011-05-23
Location : Pune
How to get focus to a new popup window which doesnt have name,id or unique title.
Wed Aug 17, 2011 4:54 pm
I want to get focus or select an window which is pop-up on click to the link and the link has following tags in html
How can i get the focus on this window please help...
Thanks in Advance
- Code:
<a target="_restaurant_49" href="/impersonate/49">View Dashboard</a>
How can i get the focus on this window please help...
Thanks in Advance
- Prateek_12
- Posts : 4
Join date : 2011-07-19
Re: How to get focus to a new popup window which doesnt have name,id or unique title.
Thu Aug 18, 2011 1:42 am
selenium.SelectPopup("");
selenium.WindowFocus()
with null or empty in selectpopup method the control goes to last opened popup.
- ArthurActive particpant
- Posts : 23
Join date : 2011-05-23
Location : Pune
Re: How to get focus to a new popup window which doesnt have name,id or unique title.
Thu Aug 18, 2011 1:34 pm
Not working for me its not selecting the newly opened window.Prateek_12 wrote:
selenium.SelectPopup("");
selenium.WindowFocus()
with null or empty in selectpopup method the control goes to last opened popup.
- Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum