Sha256: 4265beeca97e1748f57f00840425f4b2b63691b28c5753c0a38feff7996b5edc
Contents?: true
Size: 253 Bytes
Versions: 38
Compression:
Stored size: 253 Bytes
Contents
module Watir module Locators class Row class Locator < Element::Locator def locate_all find_all_by_multiple end private def by_id nil # avoid this end end end end end
Version data entries
38 entries across 38 versions & 2 rubygems