Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
tejastrivedi
Posts : 3
Join date : 2011-09-02

How handle pop up window Empty 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.
avatar
ejaenv
Posts : 5
Join date : 2011-08-26

How handle pop up window Empty 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?

avatar
gaurang033
Active particpant
Active particpant
Posts : 13
Join date : 2011-03-19

How handle pop up window Empty 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
avatar
selftechy
Posts : 9
Join date : 2011-09-14
Location : Bangalore, India
http://www.selftechy.com

How handle pop up window Empty 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.
Sponsored content

How handle pop up window Empty Re: How handle pop up window

Back to top
Permissions in this forum:
You cannot reply to topics in this forum