您的位置:软件测试 > 开源软件测试 > 开源功能测试工具 > Watir
如何在 Watir 中识别各种 HTML 对象
作者:网络转载 发布时间:[ 2014/3/6 13:23:24 ] 推荐标签:Watir HTML 对象

可以用来定位的方法有:

Browser.textfield(:class,  “textfield class”)

Browser.textfield(:id,  “textfield id”)

Browser.textfield(:index,  0)

Browser.textfield(:name,  “textfield name”)

Browser.textfield(:text,  “textfield text”)

Browser.textfield(:value, “textfield value”)

Browser.textfield(:xpath,  “textfield xpath”)

Browser.textfield(:class=>“textfield class name”,  :index, 0)(Mulitple Attributes)

Textarea元素

HTML tag - <textarea>

 

可以用来定位的方法有:

Browser.textarea(:class,  “textarea class”)

Browser.textarea(:id,  “textarea id”)

Browser.textarea(:index,  0)

Browser.textarea(:name,  “textarea name”)

Browser.textarea(:text,  “textarea text”)

Browser.textarea(:value, “textarea value”)

Browser.textarea(:xpath,  “textarea xpath”)

Browser.textarea(:class=>“textarea class name”,  :index, 0)(Mulitple Attributes)

 

ul元素

HTML tag - <ul>

 

可以用来定位的方法有:

Browser.ulist(:class,  “ulist class”)

Browser.ulist(:id,  “ulist id”)

Browser.ulist(:index,  0)

Browser.ulist(:name,  “ulist name”)

Browser.ulist(:text,  “ulist text”)

Browser.ulist(:xpath,  “ulist xpath”)

Browser.ulist(:class=>“ulist class name”,  :index, 0)(Mulitple Attributes)

 

New Browser Windows对象

可以用来定位的方法有:

Browser.window(:href,  “new window href”)

Browser.window(:title,  “new window title”)

上一页1234567下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd