# File lib/selenium/webdriver/common/search_context.rb, line 55 def find_elements(*args) how, what = extract_args(args) unless by = FINDERS[how.to_sym] raise ArgumentError, "cannot find elements by #{how.inspect}" end bridge.find_elements_by by, what.to_s, ref end