# File lib/selenium/webdriver/remote/bridge.rb, line 277 def findElementsByName(parent, name) find_elements_by 'name', name, parent end