Hey all
I am trying to automate the datepicker for check in and check out date
Can someone help me with it
I have tried playing with selectors of click activity but i was not able to click on dates of next year or next 2 months ,
Can someone help me with it
The website link is https://www.booking.com/
The booking site allow to type the date in the check in and check out dates. If yes, then better to use the Type into activity then we can give the data directly to it. No need to use date picker and selectors.
Add check app state and select a the month(Element to appear)
Edit its selector , here i used a strict selector
Below is the selector that i use <webctrl tag='H3' aaname='{{checkinMonthAndYear}}' />
checkinMonthAndYear contains “November 2024”
In the target ap[pear and not appear section
Add click activities
Below is the screenshot for your reference