How can I scrape the hrefs

I met a website,It has a html is thie:

<h4 class="weui_media_title" hrefs="http://mp.weixin.qq.com/s?__biz=MzIxODUxMDM5MQ">
  hello world
<h4>

I want to scrape the value of hrefs,How can I do that

  1. Create a selector

  2. Type = Element Attribute

  3. Select = Select the links from the top down until all are auto highlighted & click Dont selecting!

  4. Check Multiple

  5. Attribute name = href

Profit?

2 Likes

Thanks, It works.

But I have another question, The Element Attribute can't set a child selector ?

No it cant.

I may be wrong, but I am pretty sure only the links & element can do child selectors

1 Like

Get it! thanks a lot.