Drive Chrome with Extensions using Selenium WebDriver
Launch Chrome browser with extensions in Selenium WebDriver scripts
This article is included in my “How to in Selenium WebDriver” series.
Software professionals often use Chrome extensions to assist in using the application. In rare cases, certain chrome extensions become an essential component of application testing infrastructure. Take a team that uses automation scripts for showcases as an example. After driving the application to a certain state, a business analyst…