I have a list variable. I want the UI element to get the value [Text='Studio 1'] then [Text='Studio 2'] and so on, when I do some tasks in a For-Loop for each of these items in the list. Is there a way to do this?

I have a list variable. I want the UI element to get the value [Text='Studio 1'] then [Text='Studio 2'] and so on, when I do some tasks in a For-Loop for each of these items in the list. Is there a way to do this?
Hi @FlashDota ,
If you have data in a list, loop through the list and pass each item to the selector. Before doing so, check the selector to see what value it is changing class or id or name.
Before using the variable, attempt to hardcode 'Studio 1' and 'Studio 2', then click on 'test'. If that works, proceed to use the variable.
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
Regards,
Riyaz