# File lib/selenium/webdriver/remote/bridge.rb, line 273 def findElementByName(parent, name) find_element_by 'name', name, parent end