06 JUN, 2018
Login via browser's cookies (Selenium WebDriver) or Local Storage (JavaScript)
How to avoid repeating login action before running each test? It depends on how this was implemented in your Web application (via cookies or Local Storage).
Ratmir has over 10 years of experience as a Senior Test Engineer in Agile development for Web applications in the fields of finance, healthcare, and telecommunication. He has extensive experience in creating test strategies and automated tests using various tools like Python, Selenium WebDriver, JavaScript and others.
Json
Login Action
Cookies
Local Storage
WebDriver
PageObject
Python
How to avoid repeating login action before running each test? It depends on how this was implemented in your Web application (via cookies or Local Storage).
Today I want to talk about Page Object Pattern which very popular in test automation with Selenium WebDriver. In my post will be used Python binding for Selenium WebDriver and Google Chrome Driver.