这是我想使用 watir 检查的链接。
代码在<a>
标签内:
<a title="logout" href="admin/logout.aspx" Logout>
我包含的代码
ie.link(:href, "admin/logout.aspx").click
执行期间出错
'assert_exists':Unable to locate the element,using {:tag name=}["a"],:href=>"admin/logout.aspx"}
(watir::Exception::Unknown object Exception)