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