# File selenium.rb, line 1466
        def get_cookie_by_name(name)
            return get_string("getCookieByName", [name,])
        end