class PageObject::Platforms::WatirWebDriver::PageObject

Private Instance Methods

call_for_watir_element(identifier, call) click to toggle source
# File lib/angular_page_object/fix_watir_find_by_css.rb, line 10
def call_for_watir_element(identifier, call)
  call
end
call_for_watir_elements(identifier, call) click to toggle source
# File lib/angular_page_object/fix_watir_find_by_css.rb, line 14
def call_for_watir_elements(identifier, call)
  call
end