Module
XPath::HTML
In:
lib/xpath/html.rb
Methods
button
checkbox
content
field
field_value
fieldset
file_field
fillable_field
link
link_or_button
locate_field
optgroup
option
radio_button
select
table
table_row
table_rows
Included Modules
XPath
Public Instance methods
button
(locator)
checkbox
(locator, options={})
content
(locator)
field
(locator, options={})
fieldset
(locator)
file_field
(locator, options={})
fillable_field
(locator, options={})
link
(locator, options={})
link_or_button
(locator)
optgroup
(name)
option
(name)
radio_button
(locator, options={})
select
(locator, options={})
table
(locator, options={})
table_row
(cells)
table_rows
(rows)
Protected Instance methods
field_value
(value)
locate_field
(xpath, locator)
[Validate]