module Selenium::WebDriver::Firefox::Util

def stringified?(str)

def stringified?(str)
  str =~ /^".*"$/
end