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
deepdhawal
Posts : 1
Join date : 2012-04-09
Age : 37
Location : Chennai

How to Handle Date Popup in Selenium. Empty How to Handle Date Popup in Selenium.

Mon Apr 09, 2012 5:36 pm
Steps To Reproduce -
1) go to yatra.com
2) open selenium IDE
3) Click and select radio button One way
4) select From and To from Drop down.
5) select Date from Popup
6) click on Show Flights Button
7) Go to Selenium Window and Re- Run the all the steps.

Expected Result - Test case should be passed.

Actual Result - Showing Message at "Step 12" i.e. Date field


Last edited by deepdhawal on Mon Apr 09, 2012 5:36 pm; edited 1 time in total (Reason for editing : Typing mistake in Spelling.)
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

How to Handle Date Popup in Selenium. Empty Re: How to Handle Date Popup in Selenium.

Mon Apr 09, 2012 6:38 pm
When recording, it doesn't record click operation on calender to open.
So you need to add that step manually -

Run below code,

Code:
click    | id=domOneWay
select  | id=departCity_dom1  | label=Bangalore
select  | id=destCity_dom1    | label=New Delhi
click    | name=datePickerDepart_dom1
click    |  link=10
clickAndWait  |  id=btnFindflights
avatar
ashish_techie
Amateur
Amateur
Posts : 73
Join date : 2011-08-09

How to Handle Date Popup in Selenium. Empty Re: How to Handle Date Popup in Selenium.

Mon May 14, 2012 11:32 pm
Date poup is generally the part of the same page.
Each date will have an xpath and there will be a pattern in the xpaths among the dates.
So you can break the xpath and use a loop to access dates.

Regards
Ashish
For selenium videos visit:
http://qtpselenium.com/selenium-tutorial
Sponsored content

How to Handle Date Popup in Selenium. Empty Re: How to Handle Date Popup in Selenium.

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