# File lib/selenium/webdriver/firefox/launcher.rb, line 71
        def start_silent_and_wait
          assert_profile
          @binary.start_with @profile, @profile_dir, "-silent"
          @binary.wait
        end