class PageObject::Elements::Div
Protected Class Methods
selenium_finders()
click to toggle source
Calls superclass method
# File lib/page-object/elements/div.rb, line 11 def self.selenium_finders super + [:text, :title] end
watir_finders()
click to toggle source
Calls superclass method
# File lib/page-object/elements/div.rb, line 7 def self.watir_finders super + [:text, :title] end