# File lib/selenium/webdriver/common/html5/local_storage.rb, line 19 def []=(key, value) @bridge.setLocalStorageItem key, value end