Skip to content

Unable to parse href tags #1

@SandeshSarfare

Description

@SandeshSarfare

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions