I am facing some difficulties iterating over a list of records, each of which is wrapped inside <tr>...</tr>
The logic I am following is:
========================
while ( FIRST_TR exists or visible)
* press the delete buton
* wait 250 ms
========================
This is not working, as I believe once the element is removed, it breaks out of the loop. So I checked EnsureStatIsCurrent, yet no juice.
Is there's an easy way to get this done with Telerik Test Studio ?
Thank you