- gchandrasekaran82Regular Participant
- Posts : 33
Join date : 2011-02-16
select window is only useful for popup or another tab (browser) also?
Mon Mar 07, 2011 7:16 pm
I am having Page 1. It has link Say link 1.
I need to click link 1 which will open new Page say Page 2.
On the new page again i need to click some link..
How to achieve this?
Is selectWindow only for popup or this kind of scenario also...
I tried this it is not working: Please see the below piece of code:
|open | http://www.dinamalar.com/ | |
|assertTitle | World No.1 Tamil Daily News Website | Tamil News Paper | Tamil Nadu Newspaper Online | Breaking News Headlines, Latest Tamil News, India News, World News - Dinamalar | |
|clickAndWait | xpath=/html/body/div[2]/div[8]/div/div/div/div[2]/ul/li[8]/a | |
|selectWindow | Latest Sports news | Sports News in tamil | Games | Cricket News | Live Sports Updates | Breaking Sports Headlines - விளையாட்டு | |
Getting error [error] Could not find window with title Latest Sports news | Sports News in tamil | Games | Cricket News | Live Sports Updates | Breaking Sports Headlines - விளையாட்டு
Please suggest me how to do this?
I need to click link 1 which will open new Page say Page 2.
On the new page again i need to click some link..
How to achieve this?
Is selectWindow only for popup or this kind of scenario also...
I tried this it is not working: Please see the below piece of code:
|open | http://www.dinamalar.com/ | |
|assertTitle | World No.1 Tamil Daily News Website | Tamil News Paper | Tamil Nadu Newspaper Online | Breaking News Headlines, Latest Tamil News, India News, World News - Dinamalar | |
|clickAndWait | xpath=/html/body/div[2]/div[8]/div/div/div/div[2]/ul/li[8]/a | |
|selectWindow | Latest Sports news | Sports News in tamil | Games | Cricket News | Live Sports Updates | Breaking Sports Headlines - விளையாட்டு | |
Getting error [error] Could not find window with title Latest Sports news | Sports News in tamil | Games | Cricket News | Live Sports Updates | Breaking Sports Headlines - விளையாட்டு
Please suggest me how to do this?
Re: select window is only useful for popup or another tab (browser) also?
Mon Mar 14, 2011 7:57 pm
hi,
first disable the tab feature setting in browser to work with multi-window.
Then selectWindow will work but one thing keep in mind that if you want to go to another window you need to set focus again to the window on which you want to work.
If not working try to use SelectFrame command instead of selectWindow
Best of luck
first disable the tab feature setting in browser to work with multi-window.
Then selectWindow will work but one thing keep in mind that if you want to go to another window you need to set focus again to the window on which you want to work.
If not working try to use SelectFrame command instead of selectWindow
Best of luck
- Are there other ways to fetch/select window popup
- How to close the Popup Window in Selenium IDE ????
- how to select(get focus on) new window after clicking link in existing window
- How to test ajax popup window using selenium IDE
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
Permissions in this forum:
You cannot reply to topics in this forum