# File lib/selenium/openqa/selenium.rb, line 1352
        def get_xpath_count(xpath)
            return get_number("getXpathCount", [xpath,])
        end