How to manipulate DatePicker using UiPath

How can I use the date picker interface at "https://www.makemytrip.com/flights/ "

you will get selectors as below

<webctrl idx='1' tag='TABLE' />
<webctrl tableCol='4' tableRow='4' tag='TD' />

please write a logic to find exact element by changing selectors idx, row and column values. you will get values.

Hi @saumyachh

please check the attached workflow for reference on how youcould approach the problem.

DatePicker.xaml (26.8 KB)

What this does is:

  1. Assign a date for the departure inside the workflow
  2. Click the departure control
  3. Check if the month and year is displayed → If not click for the next month until it appears
  4. Check if the date searched is in the left or the right table
  5. Click the date that was searched

This is obviously just a starting point and improvements are needed for a productive use but this should point you in the right direction!

Hi

did you find the solution to the problem?
I am also facing this problem and I can not find a solution