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.
我在 RadRails IDE 中使用 watir。我需要验证页面上是否存在表格。我怎样才能做到这一点?我无法检查表中是否存在某些文本,因为我可以在另一个表中具有相同的文本。
您“只是”必须有一种方法来唯一地标识表。我将假设该表具有id属性。
id
browser.table(:id => "one").present? # => returns true or false