watir api补充

button<input> tags with type=button, submit, image or reset
radio<input> tags with the type=radio; known as radio buttons
check_box<input> tags with type=checkbox
text_field<input> tags with the type=text (single-line), type=textarea (multi-line), and type=password
hidden<input> tags with type=hidden
select_list<select> tags, known as drop-downs or drop-down lists
label<label> tags (including "for" attribute)
span<span> tags
div<div> tags
p<p> (paragraph) tags
link<a> (anchor) tags
table<table> tags, including row and cell methods for accessing nested elements
image<img> tags
form<form> tags
frameframes, including both the <frame> elements and the corresponding pages
map<map> tags
area<area> tags
li<li> tags
h1 - h6<h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags

 

 

:idUsed to find an element that has an "id=" attribute. Since each id should be unique, according to the XHTML specification, this is recommended as the most reliable method to find an object. *
:nameUsed to find an element that has a "name=" attribute. This is useful for older versions of HTML, but "name" is deprecated in XHTML. *
:valueUsed to find a text field with a given default value, or a button with a given caption, or a text field
:textUsed for links, spans, divs and other element that contain text.
:indexUsed to find the nth element of the specified type on a page. For example, button(:index, 2) finds the second button. Current versions of WATIR use 1-based indexing, but future versions will use 0-based indexing.
:classUsed for an element that has a "class=" attribute.
:titleUsed for an element that has a "title=" attribute.
:xpathFinds the item using xpath query.
:methodUsed only for forms, the method attribute of a form is either GET or POST.
:actionUsed only for form elements, specifies the URL where the form is to be submitted.
:hrefUsed to identify a link by its "href=" attribute.
:src

Used to identify an image by its URL.

 

* :id and :name are the quickest of these to process, and so should be used when possible to speed up scripts.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值