class Watir::Locators::TextArea::SelectorBuilder::XPath

Private Instance Methods

process_attribute(key, value) click to toggle source

value always requires a wire call since we want the property not the attribute

# File lib/watir/locators/text_area/selector_builder/xpath.rb, line 9
def process_attribute(key, value)
  return super unless key == :value

  @built[:value] = value
  nil
end