localStorage
Protocol bindings for all localStorage operations. This command is not part of the official Webdriver specification and might not be supported for your browser.
Usage
1 | browser.localStorage(method[,args]); |
Parameters
Param | Type | Details |
---|---|---|
method | String | method for storage operation |
args optional |
Object/String | operation arguments |
Example
1 | it('should set/receive values from local storage', function () { |