- kaykay81
- Posts : 3
Join date : 2011-09-27
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
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
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
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.
- kaykay81
- Posts : 3
Join date : 2011-09-27
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..
Is there any option to fix this with any sort of commands or by any other means..
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
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.
for #2, you should research your application carefully, this case depends on the application.
Permissions in this forum:
You cannot reply to topics in this forum