Nexial Automation
        Test Automation Platform for everyone!
        
        
        
        
        
        
        
        
        
        
        
    
    
        
        
            
            
            web » editLocalStorage(key,value)
            
            
            Description
  - This command set (possibly overwrite) the current browser’s local storage with the key-value specified.
- Existing key will be overwritten.
- With no value is specified - denoted as (empty)- then the specifiedkeywill be removed from the local storage.
Parameters
  - key - the name in local storage to which the specified valuewill be saved.
- value - the value to store in local storage.
Example

See Also