How to Clear Local Storage using Selenium WebDriver?

How to Clear Local Storage using Selenium WebDriver?

There are two options to interact with browser's local storage: via javascript by creating your own methodsvia Selenium WebDriver (starting with version 2.42) if the driver supports it Let's have ...