This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Description
I have a list box which contains year from - 2023 til 2028.
But in the UI the list box is shown in a compact form so only first 3 digits of the above values are shown. e.g. 202 instead of 2023 and 202 instead of 2028.
in my automation scenario how will i handle such a case where i want to select 3rd or 4th value in the list and access it by its value 2025 or 2026 while the UI still shows 202 for all the values. Refer the attached screen shot below