How To Extract Text using CSS Selectors in iMacros?

岁酱吖の 提交于 2019-12-08 09:18:34

问题


In this simple piece of HTML, I want to extract "Chris" :

<div class="iwrite-in">
  <h1>My name is
   <strong>Chris</strong> Rock    
  </h1>
  <p>etc</p>
</div>

I managed to select the text :

EVENT TYPE=DBLCLICK SELECTOR="#iwe-form>DIV>DIV>H1>STRONG" BUTTON=0

But I can't extract it.

Thanks for helping to Extract a Text based on its CSS.

来源:https://stackoverflow.com/questions/33171119/how-to-extract-text-using-css-selectors-in-imacros

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!