Method: Selenium::WebDriver::Remote::Bridge#getLocalStorageItem
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
#getLocalStorageItem(key) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
HTML 5
260 261 262 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 260 def getLocalStorageItem(key) execute :getLocalStorageItem, :key => key end |