Selecting a portion of highlighted text

Questions and answers about anything related to Helium Scraper
Post Reply
gcarmich
Posts: 6
Joined: Wed Aug 15, 2012 8:15 pm

Selecting a portion of highlighted text

Post by gcarmich » Tue Jun 04, 2013 11:34 am

I'd like to capture a street address but when I select the text on the page, it highlights more than just the street address. How do I narrow down the selection to just the portion I need? I only want to extract (i.e. set to a kind) "2904 Ivydale St" from the text below.

<td>
2904 Ivydale St<br>

<span>Silver Spring</span>,
<span>Maryland</span>
20902
<br>

<a style="width: 275px; display: block; -ms-word-break: break-all; -ms-word-wrap: break-word;" href="https://maps.google.com/maps?q=39.04739 ... n&t=m&z=18">
https://maps.google.com/maps?q=39.04739 ... n&t=m&z=18
</a>

</td>

Post Reply