# File selenium.rb, line 1309
        def get_element_width(locator)
            return get_number("getElementWidth", [locator,])
        end