# File lib/selenium/webdriver/firefox/binary.rb, line 42
        def wait
          @process.poll_for_exit(WAIT_TIMEOUT) if @process
        end