
Announcements
How do I loop though multiple buttons within a table? I'm unable to extract the href's since they're hidden behind javascript. All of the buttons are named the same:
<button data-test="button" type="button" class="btn Ripple-parent btn-datatable-text-link">000000F6XXXXXX<div data-test="waves" class="Ripple is-reppling" style="top: -41.0938px; left: 31.3021px; width: 106px; height: 106px;"></div></button>
Here is what they look like. I need to loop through all of these, do something, then advance to the next button. Thanks.
Hi @x1775, could you solved your problem?, I have the exactly same issue, i wonder if you could solve it.
BR