我是 Watir 的新手。我在完全更新的 MBP Snow Leopard 上使用 SafariWatir。
到目前为止,我已经成功使用
goto, link, text_field, and button
但是当我尝试访问 text_field 时
type="password" name="pass" id="pass"
(如 Web Inspector 中所见)
browser.text_field(:id, "pass") or
browser.text_field(:name, "pass")
我明白了
Watir::Exception::UnknownObjectException: Unable to locate TextField