lib/watir/locators/text_field/selector_builder/xpath.rb in watir-6.10.0 vs lib/watir/locators/text_field/selector_builder/xpath.rb in watir-6.10.1

- old
+ new

@@ -1,17 +1,17 @@ -module Watir - module Locators - class TextField - class SelectorBuilder - class XPath < Element::SelectorBuilder::XPath - def lhs_for(building, key) - if building == :input && key == :text - "@value" - else - super - end - end - end - end - end - end -end +module Watir + module Locators + class TextField + class SelectorBuilder + class XPath < Element::SelectorBuilder::XPath + def lhs_for(building, key) + if building == :input && key == :text + "@value" + else + super + end + end + end + end + end + end +end