Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date Picker Issue - Unable to select date link dynamically
#1
Solved: 9 Years, 7 Months ago
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.

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


Attached Files Image(s)
       
Reply
#2
Solved: 9 Years, 7 Months ago
This issue was fixed.
Just missed double quotes ("") for the Property Value 1.
Reply
Jump to the post that solved this thread.


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to dynamically find the OracleFormWindow? arpan 0 1,496 04-26-2017, 12:45 AM
Last Post: arpan
  Unable to select WebFile element upadhyay40 5 7,507 06-28-2016, 04:38 PM
Last Post: aakash
  How to click on all links dynamically in UFT? Rohan 9 17,871 02-25-2016, 10:42 AM
Last Post: vinod123
  Click on calender on specific date. venkatesh9032 1 3,725 12-02-2015, 07:30 PM
Last Post: nistalaramesh
  How to Verify Static Object Text which is changing Dynamically with Expected Result johnny77 0 3,176 06-25-2015, 11:32 AM
Last Post: johnny77

Forum Jump:


Users browsing this thread: 1 Guest(s)