06-09-2010, 09:25 AM
Hi,
I need to select a time from a calendar pop up, the time is displayed in a list. i have recorded the time by clicking the list but while running, the time is not selected from the list.
code:
Can anyone help me
Thanks in advance
I need to select a time from a calendar pop up, the time is displayed in a list. i have recorded the time by clicking the list but while running, the time is not selected from the list.
code:
Code:
Browser("Calendar").Page("Calendar").WebList("Hour").Select "8"
Browser("Calendar").Page("Calendar").WebList("Minute").Select "30"
Can anyone help me
Thanks in advance