How do I loop though clicking on multiple buttons within a table that open a new page? I'm unable to extract the href's since they're hidden behind javascript. All of the buttons are using the below code:
<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.


Report
All responses (
Answers (