Sha256: 352f0b293218f10e45b9efbb19ae87e4ced69409360b9fddfd9594b0d194e620
Contents?: true
Size: 439 Bytes
Versions: 19
Compression:
Stored size: 439 Bytes
Contents
module Watir module Locators class Cell class SelectorBuilder class XPath < Element::SelectorBuilder::XPath private def start_string @adjacent ? './' : './*' end def tag_string return super if @adjacent "[#{process_attribute(:tag_name, 'th')} or #{process_attribute(:tag_name, 'td')}]" end end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems