Tech Articles × Clear / How to Clear Local Storage using Selenium WebDriver?Key takeawaysClearing cookies does not clear local storage, so state survives between tests.Execute localStorage.clear() through the driver's JavaScript executor.Do it in setup rather than teardown, so a crashed test cannot ...Read More ‹ 1 2 3