# File lib/selenium/webdriver/remote/bridge.rb, line 289 def findElementByXpath(parent, xpath) find_element_by 'xpath', xpath, parent end