As you can see in the first row the status is InProgress so the download button has not appeared,
but once the status changes to success the download button appears
What i want to do is once the Status changes to Success in the first row I want to click the respective download button which will apear next to it.
How to do this ?
And this operation I want to perform only on the first row of this table everytime
You can create an Anchor based selector and put those steps in Retry scope and given some time interval and the Retry number in the retry scope and in the condition of the retry scope you can put element exist to check for that element.