简体   繁体   English

从imacros中的两个html属性中提取数据

[英]Extracting data from two html attribute in imacros

I'm trying to extract text from this HTML tag using iMacro 我正在尝试使用iMacro从此HTML标签提取文本

<div class="labValu overHidden">
Ready to Move
(New Property)
, Freehold
</div>

I'm expecting this output 我期待这个输出

Ready to Move
(New Property)
, Freehold

This is what I have tried to achieve this 这就是我试图实现的目标

TAG POS=1 TYPE=div ATTR=CLASS:labValu&&overHidden&&TXT:* EXTRACT=TXT

And

TAG POS=1 TYPE=div ATTR=CLASS:labValu overHidden&&TXT:* EXTRACT=TXT

And

TAG POS=1 TYPE=div ATTR=CLASS:labValu, overHidden&&TXT:* EXTRACT=TXT

Also

TAG POS=1 TYPE=div ATTR=CLASS:labValu+overHidden&&TXT:* EXTRACT=TXT

But no success for any of these tries Does any one has any idea about this, any help will be much appreciated . 但是这些尝试都没有成功。是否有人对此有任何想法,任何帮助将不胜感激。 Thanks 谢谢

Oh finally got this thing done right just by using tag 哦,仅通过使用标签,终于完成了此操作

TAG POS=1 TYPE=div ATTR=CLASS:labValu<sp>overHidden&&TXT:* EXTRACT=TXT

Hope this help to anyone looking for the same problem. 希望对寻求相同问题的任何人有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM