# File lib/selenium/webdriver/remote/bridge.rb, line 281 def findElementByTagName(parent, tag_name) find_element_by 'tag name', tag_name, parent end