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
kaykay81
Posts : 3
Join date : 2011-09-27

how to capture and replay date picker in j-querry Empty how to capture and replay date picker in j-querry

Wed Sep 28, 2011 11:17 pm
hi all,

i was trying to automate adding date functionality. Since its a j-querry date picker i need to select the dates, i selected start from this month and end date in the next month (by select the month using a drop-down listing). Once after finishing my recording process, i automated the process, everything was going fine until it reached end date. In that field process ended with a error message stating [error] Element //select[@onclick="DP_jQuery_1317221687666.datepicker._clickMonthYear('#cakedate2');"] not found

Please help me out Question
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

how to capture and replay date picker in j-querry Empty Re: how to capture and replay date picker in j-querry

Thu Sep 29, 2011 11:30 am
element not found maybe has 2 cases, one is it needs time to appear, another is the trigger action is not right, so this element doesn't appear.
avatar
kaykay81
Posts : 3
Join date : 2011-09-27

how to capture and replay date picker in j-querry Empty Re: how to capture and replay date picker in j-querry

Thu Sep 29, 2011 6:22 pm
Hi,

Is there any option to fix this with any sort of commands or by any other means..
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

how to capture and replay date picker in j-querry Empty Re: how to capture and replay date picker in j-querry

Sat Oct 08, 2011 9:34 am
for #1, you can use ' waitForElementPresent '.
for #2, you should research your application carefully, this case depends on the application.
Sponsored content

how to capture and replay date picker in j-querry Empty Re: how to capture and replay date picker in j-querry

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