class PageObject::Elements::Span

Protected Class Methods

selenium_finders() click to toggle source
# File lib/page-object/elements/span.rb, line 11
def self.selenium_finders
  [:class, :css, :id, :name, :text, :title, :xpath, :index]
end
watir_finders() click to toggle source
# File lib/page-object/elements/span.rb, line 7
def self.watir_finders
  [:class, :id, :index, :text, :title, :xpath]
end