# File lib/selenium/webdriver/common/platform.rb, line 91
      def wrap_in_quotes_if_necessary(str)
        windows? && !cygwin? ? %{"#{str}"} : str
      end