Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date Picker Issue - Unable to select date link dynamically
#1
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
This issue was fixed.
Just missed double quotes ("") for the Property Value 1.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to dynamically find the OracleFormWindow? arpan 0 2,180 04-26-2017, 12:45 AM
Last Post: arpan
  Unable to select WebFile element upadhyay40 5 8,872 06-28-2016, 04:38 PM
Last Post: aakash
  How to click on all links dynamically in UFT? Rohan 9 19,878 02-25-2016, 10:42 AM
Last Post: vinod123
  Click on calender on specific date. venkatesh9032 1 4,464 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,684 06-25-2015, 11:32 AM
Last Post: johnny77

Forum Jump:


Users browsing this thread: 1 Guest(s)