Method: Capybara::Node::Simple#find_css

Defined in:
lib/capybara/node/simple.rb

#find_css(css) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



165
166
167
# File 'lib/capybara/node/simple.rb', line 165

def find_css(css)
  native.css(css)
end