I can't seem to select certain data

For some reason I can’t use the Get Text function to grab certain fields on this page:

For example, the 15702 on the page next to “Estimated zipcode population in 2017”

Does anyone know a way to do this?

@Steven_Fischer1

Welcome to Forums

Can you share a Example & screenshot which points exactly to the link you shared?

Thanks

@Steven_Fischer1
indeed this part is not catched up by the offered selector. You can do following:

grab element:

<html app='firefox.exe' title='32317 Zip Code (Tallahassee, Florida) Profile - homes, apartment*' />
<webctrl id='body' parentid='content' tag='DIV' /> 
  • with reading the innertext attribute value the information can be extracted by a regex
  • with further XML processing of the outerhtml attribute value the information can be extracted as it stands between </b> <br>
1 Like