我正在尝试刷新 h2 标签中包含的文本。但是,当 h2 标记具有 class 属性时,我无法这样做。
我能够检索包含在 h2 标记中的文本,但我似乎无法刷新文本。请帮忙。
源代码:
<div class="nextJump12 margin-bottom">
<h2 class="white-gradient-bg border round-border">Next to jump</h2>
Watir-webdriver 代码:
@browser.div(:class => "nextJump12 margin-bottom").flash
@nexttojump = @browser.div(:class => "nextJump12 margin-bottom")
puts @nexttojump.h2.text