Class: Capybara::Node::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/appium_capybara/ext/base_ext.rb

Instance Method Summary collapse

Instance Method Details

#find_custom(finder, locator) ⇒ Object



2
3
4
# File 'lib/appium_capybara/ext/base_ext.rb', line 2

def find_custom(finder, locator)
  base.find_custom(finder, locator)
end