# File lib/selenium/webdriver/firefox/launcher.rb, line 62
        def start
          assert_profile
          @binary.start_with @profile, @profile_dir, "-foreground"
        end