# File lib/selenium/client/legacy_driver.rb, line 1332
1332:         def get_xpath_count(xpath)
1333:             return number_command("getXpathCount", [xpath,])
1334:         end