How to deal with java script enabled calendar in a webpage
The situation is
Start date: I have checked the field properties the object is in disabled stage.(So DP is not helping me)
Only way user can input a date click on start date calendar appears
select the required date and close it.
Please help me!
Hi Surya
Thanks for the quick response !,
I am sending you the screen shot of the same and its related properties,
Please find the attached screen shot.
properties:The field type is text, but is in disabled condition
So i am unable to add any data by using DP.
For entering the data i have to click on the app, see screen shot to see how it appears.
Hi lnviswa..is this working, please let me know.
and again, if we need to select some other day, month, how to proceed?
I have the same kind of Java calender in my AUT.
Hi nagesh.
this didnt worked for me instead, i went in the following way,
I used java add in it started recognising,
the ">>" -- - >years and ">" - -- - >months which are used for changing the dates manually,
I had written a programm which will press ">>" for wanted number of years, and ">" for wanted number of months.
Hope i am clear.