How to select dynamic content (UI elements)

I’m trying to build an automation which looks something like this:

  1. User is prompted via Input Dialogs to select a year (e.g. 2021/22, 2020/21) and a month (January, February, etc.)
  2. Robot would proceed to click on the corresponding UI element for the selected year and month

I have included a screenshot of how the application looks like and the selectors. Does anyone know if the robot is capable of using the input from the user to select the relevant UI elements?

image

Hi @kerri.tiam2

This can be achieved by using the variables in the selector.

Please read this post

Also, watch this video, it will be helpful for you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.