Object
# File lib/selenium/webdriver/common/html5/local_storage.rb, line 15 def [](key) @bridge.getLocalStorageItem key end
# File lib/selenium/webdriver/common/html5/local_storage.rb, line 19 def []=(key, value) @bridge.setLocalStorageItem key, value end
# File lib/selenium/webdriver/common/html5/local_storage.rb, line 27 def clear @bridge.clearLocalStorage end
# File lib/selenium/webdriver/common/html5/local_storage.rb, line 23 def delete(key) @bridge.removeLocalStorageItem key end
Generated with the Darkfish Rdoc Generator 2.