When I type something like:
'#table1 tbody tr:nth-child(n+13)'
instead of selecting rows from the 13th onwards, pup simply selects all the rows in the table and behaves like:
'#table1 tbody tr:nth-child(n)'
However, when B is single digit value, it behaves normally.
When I type something like:
instead of selecting rows from the 13th onwards,
pupsimply selects all the rows in the table and behaves like:However, when B is single digit value, it behaves normally.