module Marta::SimpleElementFinder

Marta uses simple algorithm for element location when possible Or when method has _exact ending

Private Instance Methods

marta_simple_finder(meth) click to toggle source

We can simply find something

# File lib/marta/simple_element_finder.rb, line 78
def marta_simple_finder(meth)
  finder = BasicFinder.new(meth, self)
  finder.find
end