Automating a date picker

We are trying to automate datepicker in Yahoo finance, below is the website

we have to add the date in below start date field

the date picker is a single screen with no different selector is present to select date. i have tried it with javascript as well, the value attribute is getting updated in html but not reflecting in front end.

Could anyone suggest a solution?

@mayank.te

Please try this… I used click with offset for dates and then type into directly the whole window without activate

DatePicker.xaml (20.1 KB)

cheers

Thanks… the solution worked.

1 Like

@mayank.te

Happy Automation

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.