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

Select_list元素

HTML tag - <select>

 

可以用来定位的方法有:

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

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

Browser.select(:index,  0)

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

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

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

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

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

Span元素

HTML tag - <span>

 

可以用来定位的方法有:

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

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

Browser.span(:index,  0)

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

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

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

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

Table元素

HTML tag - <table>

 

可以用来定位的方法有:

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

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

Browser.table(:index,  0)

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

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

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

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

 

Text_field元素

HTML tag - <input type=”password”>/<input type=”text”>

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