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:
- Assign a date for the departure inside the workflow
- Click the departure control
- Check if the month and year is displayed → If not click for the next month until it appears
- Check if the date searched is in the left or the right table
- 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