# File lib/selenium/webdriver/common/html5/local_storage.rb, line 23
        def delete(key)
          @bridge.removeLocalStorageItem key
        end