# File lib/selenium/webdriver/remote/bridge.rb, line 249 def findElementById(parent, id) find_element_by 'id', id, parent end