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

Watir Web-driver 支持的 HTML elements 如下所列:

list

array

Area元素

HTML tag - <area>

可以用来定位的方法有:

Browser.area(:class,  “area class name”)

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

Browser.area(:index, 0)

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

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

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

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

Button元素

HTML tag - <button>/<input type=”button”>/<input type=”image”>/<input type=”reset”>

/<input type=”submit”>

可以用来定位的方法有:

Browser.button(:alt,  “alt button name”)

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

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

Browser.button(:index,  0)

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

Browser.button(:src,  “image button src”) (only for type is image)

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

Browser.button(:value,  “button default value”)

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

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

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