class

Selenium::WebStorageManager

Inherits Reference < Object

Constructors

new(document_manager : Selenium::DocumentManager, storage : StorageType = StorageType::LocalStorage)
Source

Instance methods

clear

Clear all items from the Storage

Source
document_manager
Source
item(name : String, value = nil) : String | Nil

Retrieve and insert item from/into the Storage. If no value is given, it will return the item specified in name. For a given value, it will be added or updated for the item specified in name.

Source
keys

Retrieve the list of keys from the Storage

Source
remove(name : String)

Remove the item specified in name from the Storage

Source
size

Retrieve the number of items in the Storage

Source

Macros

method_missing(call)
Source

Nested types