# File lib/selenium/openqa/selenium.rb, line 1033
        def get_selected_value(selectLocator)
            return get_string("getSelectedValue", [selectLocator,])
        end