09-18-2014, 02:51 PM
Hi Everyone,
I would like to select a date "11 Jan 2015" from the attached Date Picker.
I have written a Script which mentioned below. It executed successfully. Warning message is displayed in Result due to the Smart Identification. So I have Disabled the Smart Identification.
Now the same script is not working.
Kindly help me to over come this issue. If any further infromation required from my side, please let me know.
I would like to select a date "11 Jan 2015" from the attached Date Picker.
I have written a Script which mentioned below. It executed successfully. Warning message is displayed in Result due to the Smart Identification. So I have Disabled the Smart Identification.
Now the same script is not working.
Kindly help me to over come this issue. If any further infromation required from my side, please let me know.
Code:
Browser("Browser").Page("Page").Frame("DatePicker").highlight
Browser("Browser").Page("Page").Frame("DatePicker").WebList("Month").Select "Jan"
Browser("Browser").Page("Page").Frame("DatePicker").WebList("Year").Select "2015"
Set A = Browser("Browser").Page("Page").Frame("DatePicker").Link("1")
A.SetTOProperty "text",11
A.Click