Sha256: 743b1957d410006204ab4de1783d7c3587d92c2c8da84f56498995bc3356b404
Contents?: true
Size: 350 Bytes
Versions: 38
Compression:
Stored size: 350 Bytes
Contents
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
Version data entries
38 entries across 38 versions & 1 rubygems