Skip to content

will you support something like this: '>td:nth-child(3)'?  #6

Description

@kiinoo

'>td:nth-child(3)'
This tool is great!

I'm thinking if we can support 'nth-child'?

e.g.

'>td:nth-child(3)'
should generate:
<td></td><td></td><td></td>

and
'>td:nth-child(3)[innerHTML="xx"]'
should generate:
<td></td><td></td><td>xx</td>

and
'>td[innerHTML="xx"]:nth-child(3)'
should generate
<td>xx</td><td>xx</td><td>xx</td>

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