# File selenium.rb, line 1317
        def get_element_height(locator)
            return get_number("getElementHeight", [locator,])
        end