# File lib/selenium/webdriver/remote/bridge.rb, line 293 def findElementsByXpath(parent, xpath) find_elements_by 'xpath', xpath, parent end