How to get all table rows and verify some values

Hello all ! Just found out about this extension, and I’m trying to automate some stuff I do on a game.

Ultimately, on the page I land, I have a table with some rows, each row has 4 columns/ and I’d like to find all the rows which the first column has a certain text and then check the value of the 3rd column and click the first column if it’s a certain value…

Pretty much, based of what’s in yellow, I want to find the blue value and then click on the yellow name:

I tried to play a bit with sourceExtract but didn’t get the wanted result…

Thanks in advance :smiley:

run a loop
scan each row
get first cell value
and do conditional check and take action accordingly

Well I got it to work with a executeScript and doing eveything in JS lmao, now i’m trying to figure out how to run my maccro every 2 hours :slight_smile:

you can schedule bat file if using Windows

Generate autorun html file and use following code as template

“C:\Program Files\Google\Chrome\Application\chrome.exe” “file:///C:/Users/a/Downloads/ui.vision.html?direct=1&&macro=Manta”

can you share code?
It will be helpful for other users