How to click next row in webpage

Hi all, how do I click on similar elements in the next row? This is the website and I want to click on every “Want to Read” for all the books in the list.

These are the 3 selectors:

I’ve assigned a counter (see my images). Am I on the right track?

Another image. Is there any advise?

If you want to click all that buttons you can do sth like this:

And you need to find tag which has row counter (like row=0 or tableRow = 0)

then in selector replace this “0” with variable (it should be string or Int32 Type). Details: Dynamic Selectors

ah thank you so much. this is helpful! :slight_smile: