Method: Appium::Capybara::Driver#find_custom

Defined in:
lib/appium_capybara/driver/appium/driver.rb

#find_custom(finder, locator) ⇒ Object

new


113
114
115
# File 'lib/appium_capybara/driver/appium/driver.rb', line 113

def find_custom(finder, locator)
  appium_driver.find_elements(finder, locator).map { |node| Appium::Capybara::Node.new(self, node) }
end