VSvivek sharmainqualityassurance.hashnode.dev·May 16, 2024 · 4 min readAccess Browser Local Storage Using SeleniumIn the domain of web development and automation testing, managing browser local storage efficiently is crucial. Whether you're a developer implementing local storage features or a QA engineer ensuring the functionality of a web application, having th...01A
VSvivek sharmainqualityassurance.hashnode.dev·Aug 22, 2023 · 3 min readCookie TestingWhat is a cookie? A cookie is a little piece of data that a web server stores on the client side. Each time the browser requests a page from the server, this information is transmitted back to the server. Cookies often include customized user data or...00