我必须从网页中检索文本并将其放在控制台上。我无法从下面的这个 html 中获取文本。谁能帮我解决这个问题。
<div class="twelve columns">
<h1>Your product</h1>
<p>21598: DECLINE: Decline - Property Type not acceptable under this contract</p>
<div class="row">
</div>
我试b.div(:class => 'twelve columns').exist?
了irb,它说true
。
我试过这个 - b.div(:class => 'twelve columns').text
,它返回了标题上的文本而不是段落中的文本。
我尝试了 - b.div(:class => 'twelve columns').p.text
,它返回了我error - unable to locate element, using {:tag_name=>"p"}