Sha256: 54b247fd1eeabe6729122f10289aa224d0eccc53a316daa1547b6bf4d6c206bc
Contents?: true
Size: 281 Bytes
Versions: 15
Compression:
Stored size: 281 Bytes
Contents
module PageObject module Elements class Span < Element protected def self.watir_finders [:class, :id, :index, :text, :xpath] end def self.selenium_finders [:class, :id, :name, :text, :xpath, :index] end end end end
Version data entries
15 entries across 15 versions & 1 rubygems