# File lib/selenium/webdriver/remote/bridge.rb, line 253 def findElementsById(parent, id) find_elements_by 'id', id, parent end