Hi everyone.
I’m doing an automation that interacts with a software.
The problem I’m facing is that I can’t interact with some elements inside the software.
What I would like to do:
- Read all item values from the left column
- Save the data in a table variable and do a for each to access each of these items
- Interact with the table on the right for each item.
But I’m not even able to read the values or even click to select. Any activity I use causes the selector to identify the entire area and not just the items:
Is there a way to get around this situation and click on items individually?
Thank you very much!