- tejastrivedi
- Posts : 3
Join date : 2011-09-02
How handle pop up window
Fri Sep 02, 2011 12:59 am
Hi,
I am working on one healthcare product. In this product on home page "Patient" button is there. When any user clicks on Patient button application opens pop up window/screen having list of some more patients.we can search patient by lastname in same pop up screen also.
I don't know how to handle this pop up screen in selenium RC. Please guide me how to write code.
I am working on one healthcare product. In this product on home page "Patient" button is there. When any user clicks on Patient button application opens pop up window/screen having list of some more patients.we can search patient by lastname in same pop up screen also.
I don't know how to handle this pop up screen in selenium RC. Please guide me how to write code.
- ejaenv
- Posts : 5
Join date : 2011-08-26
Re: How handle pop up window
Sat Sep 03, 2011 4:01 pm
try with:
selenium.waitForPopup("windowTitle","timeout");
selenium.selectWindow("name=windowTitle");
don't you use the Selenium IDE to help you have the scripts?
selenium.waitForPopup("windowTitle","timeout");
selenium.selectWindow("name=windowTitle");
don't you use the Selenium IDE to help you have the scripts?
- gaurang033Active particpant
- Posts : 13
Join date : 2011-03-19
Re: How handle pop up window
Sun Sep 04, 2011 8:50 pm
check out the following blogspot it might help you.
http://qtp-help.blogspot.com/2009/07/selenium-handling-windows.html
http://qtp-help.blogspot.com/2009/07/selenium-handling-windows.html
Re: How handle pop up window
Thu Sep 15, 2011 6:40 pm
Record the steps with Selenium IDE and the export the test into your favourite language (Java / C# / Python, etc). Check the code and see what is the API used to handle the popup.
- How to shift the focus from one window to another window and proceed the action in Second window?
- how can call this class "x-window-header x-window-header-noborder x-unselectable x-window-draggable" from webdriver
- how to select(get focus on) new window after clicking link in existing window
- How to get focus to main window after popup window is closed.
- Error : I could not able to switch parent window to overlay window because that it throws No element exception found. We are using the webdriver :- 2.45.1 Please some one can help to resolve this issue, thanks in advance.
Permissions in this forum:
You cannot reply to topics in this forum