# File lib/selenium/openqa/selenium.rb, line 147
        def start()
            result = get_string("getNewBrowserSession", [@browserStartCommand, @browserURL])
            @session_id = result
        end