How do I access nested elements inside a list
I have this code:
- <li>
- <div class="wrapper">
- <table>
- <body>
- <tr>
- <td></td>
- <td>Access this text</td>
- <td></td>
- </tr>
- </body>
- </table>
- </div>
- </li>
How do I access the text inside tables first row and second cell?