Choose button in table

HI,
I have a table, where I have lots of buttons, they have the same label and the same class. How could i choose(click) for example 4(fourth) button?

Hi @Vladyslav_Hrehul - Try using Ui Explorer for each of the button and find out the unique values across all the buttons. Use that unique value in your Click Button selector which would click the right button.

Thanks,
AK