07-13-2011, 02:35 PM
Date field is non editable....and if you select the date from that date picker image then it reflect in that date field right???
If it is, then you can do it by simply clicking on that particular date picker image.
try following...
if necessary u can affix "Wait" after each line....Hope it will work....
Or else u have some other scenario...discuss it properly as i am unable to see ur attachment....
let me know whether it is working or not.....Drop me a mail on souvikghosh.diatm@gmail.com as i often check these replies...
If it is, then you can do it by simply clicking on that particular date picker image.
try following...
Code:
Browser("B").Page("P").Image("DatePickerProperty").Click
Browser("B").Page("P").Image("CalenderDayProperty").Click
Browser("B").Page("P").Image("CalenderMonthProperty").Click
Browser("B").Page("P").Image("CalenderYearProperty").Click
if necessary u can affix "Wait" after each line....Hope it will work....
Or else u have some other scenario...discuss it properly as i am unable to see ur attachment....
let me know whether it is working or not.....Drop me a mail on souvikghosh.diatm@gmail.com as i often check these replies...