felipecsl/wombat

How to get image src link

Closed this issue · 2 comments

is there a way to retrieve src or data tags rather than the inner-text

Thanks.

yes, just use xpath, for example `"xpath=/*/book[1]/title/@lang". More details: http://stackoverflow.com/questions/4531995/getting-attribute-using-xpath

Thanks! appreciate it.