I am having issue in my automation script. I am using selenium tool with java language. My problem is that I want to view the current date after clicking on the calendar and check if in that flight is available or not.
If available then click on that date. If flight is not available in that date then search for next available date that does have a flight and click on that date.
I am not familiar with so much coding. I saw this kind of problem but it is in python. So i did not get.