Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ruby 编写一个自动化测试脚本。
我在我的 ruby 脚本中使用了 require watir-webdriver 语句。
如何检查页面上是否存在以下 HTML 标记:
<h3>Sale Price</h3>
像这样的东西:
browser.h3(:text => "Sale Price").exists?
它应该返回true或false。
true
false