# File lib/xpath/html.rb, line 64 def radio_button(locator, options={}) locate_field(descendant(:input)[attr(:type).equals('radio')], locator) end