coffee
9 years agoContributor
Finding Child and its property value in the DOM
Hi, I have this piece of DOM <tbody>
<tr class="schedule 168045" data-timesheet-id="168045" id="Row00000">
<td class="hidden col-id-Num" data-col-id="Num"
...
...
<tr class=...
- 9 years ago
Try to iterate using:
...querySelector(CSS_selector).children.item(index). ... .textContent