# File lib/selenium/webdriver/chrome/profile.rb, line 27 def [](key) parts = key.split(".") parts.inject(prefs) { |pr, k| pr.fetch(k) } end