Hi,
Currently, I have a while loop that will click the previous page if the condition ‘not(Year_DateFrom=year_date_from) or not(Month_DateFrom=month_date_from)’ met. But now the while loop not breaking even the condition met and keep clicking the previous page…
For your reference:
Year_DateFrom is the expected year
year_date_from is the current year in the datepicker
Month_DateFrom is the expected month
month_date_from is the current month in the datepicker
Let me know if you need more information. Thank you very much!