Sha256: ac605ddfc9a6064e158350acc44829860b3365f011f5f4b6bf91e4292678ab32
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module Watir module Locators class Row class Locator < Element::Locator private def using_selenium(*) # force Watir usage end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-6.10.1 | lib/watir/locators/row/locator.rb |