Remove either Session Storage Items or Local Storage Items from the Browser.
Optional
Static
Remove a local storage item, if a key/value pair with the given key exists.
the key that specifies the item.
new Remove instance for local storage
Remove.localStorageItem('some key'); Copy
Remove.localStorageItem('some key');
Remove a session storage item, if a key/value pair with the given key exists.
new Remove instance for session storage
Remove.sessionStorageItem('some key'); Copy
Remove.sessionStorageItem('some key');
Set the alias which is used for an underlying ability
with which an ability was initialized
current action
wait for either a specified loading state or for a locator to become visible/active.
Actor performing this action
Returns the value of the pageFunction invocation.
pageFunction
Generated using TypeDoc
Remove either Session Storage Items or Local Storage Items from the Browser.