bnoyahr
31 days agoNew Contributor
Finding Text Elements in a Webpage
I have the following html on a webpage. I want to extract "Row: 0" and "Row: 1" etc and place them in an array. Can you suggest what I can do to accomplish this.
<span class="statusTextContainer-181">Rows: 0</span>
<span class="statusTextContainer-181">Rows: 1</span>