-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have list tables with below structure and I want to get all href from those tables
Is it possible to accomplish this?
<table class="table-grid" width="100%" border="0" style="margin-top:15px;">
<tbody>
<tr>
<td colspan="3"><strong>
<a href="/abc/7765332" class="abc-7765332">clickable</a> </strong>
</td>
</tr>
</tbody>
</table>
<table class="table-grid" width="100%" border="0" style="margin-top:15px;">
<tbody>
<tr>
<td colspan="3"><strong>
<a href="/xyz/7765332" class="xyz-7765332">clickable</a> </strong>
</td>
</tr>
</tbody>
</table>
Metadata
Metadata
Assignees
Labels
No labels