# File lib/selenium/webdriver/firefox/launcher.rb, line 31
        def launch
          socket_lock.locked do
            find_free_port
            create_profile
            start_silent_and_wait
            start
            connect_until_stable
          end

          self
        end