module Capybara::Node::Finders
def find(*args, **options, &optional_filter_block)
-
(Capybara::ElementNotFound)- If the element can't be found before time expires
Returns:
-
(Capybara::Node::Element)- The found element
Options Hash:
(**options)-
match(Boolean) -- The matching strategy to use. -
wait(false, Numeric) -- Maximum time to wait for matching element to appear.
Parameters:
-
() --
def find(*args, **options, &optional_filter_block) options[:session_options] = session_options synced_resolve Capybara::Queries::SelectorQuery.new(*args, options, &optional_filter_block) end