Hello,

I have a WebBrowser, I'm tying to get text of some elements, that has inner elements. The hierarchy seems like:

HTML Code:
<tr class="" id="trItem33998" spry:select="selectedRow" spry:hover="hoverRow">

    <td style="cursor:pointer">
        <span>A4 TECH KB-2150D Q-TR MULTIMEDYA USB SİYAH SET</span> 
    </td>
    <td>
        <span>18</span>
    </td>

    ...
<tr>
There are many enumerated rows like this and I need to get all text in span tags in that table. All ids start with trItem. How can I do this using Visual Basic 2013?