# File lib/selenium/webdriver/firefox/util.rb, line 22
        def stringified?(str)
          str =~ /^".*"$/
        end