- kotichallenges@gmail.com
- Posts : 2
Join date : 2012-11-18
how to handle multiple windows(popups) in selenium rc
Mon Nov 19, 2012 10:50 am
suppose i click on a link and it will open a new window for that one i have to get the id of that window
for that one i write code like this
String str[]=selenium.getAllWindowNames();
selenium.selectWindow(str[0]);
selenium.setWindowFocus();
//but this also not worked for me for single window, suppose we felt that it works for single window but suppose after
// clicking on link it opens multiple windows how u can handle that one?
for that one i write code like this
String str[]=selenium.getAllWindowNames();
selenium.selectWindow(str[0]);
selenium.setWindowFocus();
//but this also not worked for me for single window, suppose we felt that it works for single window but suppose after
// clicking on link it opens multiple windows how u can handle that one?
- jayz123
- Posts : 8
Join date : 2012-11-14
Re: how to handle multiple windows(popups) in selenium rc
Mon Nov 19, 2012 11:23 am
in selenium Rc vs2010,
the code should be like this ?
selenium.WindowFocus();
the code should be like this ?
selenium.WindowFocus();
Permissions in this forum:
You cannot reply to topics in this forum