class Selenium::WebDriver::Chromium::Profile

def [](key)

def [](key)
  parts = key.split('.')
  parts.inject(prefs) { |a, e| a.fetch(e) }
end