Skip to main content
Cadet | Tier 2
March 28, 2024
Question

Calender Date picker issue

  • March 28, 2024
  • 1 reply
  • 132 views

Hi Team,


I have 25, 26, 27, 28 twice in single month 

If there is one date iam able to select through click on cell

But if there are 2 dates - It is selecting the previous montha but not current month

Please help on this

1 reply

Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
March 29, 2024

Date pickers are nearly as difficult as CAPTCHAs. In this case, I’m assuming you’re looping through all the possible dates looking for the correct one, then clicking on that object.

Is it possible to get the properties of the object once located? Since it is a different color, it is possible it uses a different CSS class or, if really old, a different <font color=”gray”> tag within the HTML outer text? You may be able to leverage those differences to know if the date you want is colored gray or not.