Dear Friends. I have a table containing rows with year. latest year is on bottom of the row. This table will grow with the year. (It means for next year 2023 will display on the bottom)
How i click latest year (it means bottom item of the table in such dynamic table).
Here is my table.
Just as sangeethaneelavannan1 said. First u have to get current year and pass it to a variable. Later if you use Use application/browser activity then use Click activity to click that 2022 option. After that u can make this Click button to dynamic pick year, but u have to look for the Fuzzy selector or Strict selector, there you replace “2022” with + your_current_year_variable +.