Hi! I’m trying to automate a process involving a web application. In this application there is a table with buttons, buttons that are pressed or not. The robot must click on the unpressed buttons. As input I have the name of the row, but as the column… it should check all of them. There are 24 columns. At this moment, all I could do was a “do while”, that is, I check each column separately because I know its index. But I was thinking, isn’t there something more optimal? It is possible that for a row there is only one available column to click on and then I would check 23 columns for nothing.
Thank you!