Forum Discussion

coffee's avatar
coffee
Contributor
8 years ago
Solved

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=...
  • baxatob's avatar
    baxatob
    8 years ago

    Try to iterate using:

     

    ...querySelector(CSS_selector).children.item(index). ... .textContent