Custom Selenium Webdrivers using Decorators
· 5 min read
The main question:
How to create custom selenium webdriver classes dynamically with a parametrized browser binary path?
The motivation:
Working on website functional testing using selenium webdriver, generates the urge to run tests using different versions of the most commonly used browsers these days, in parallel on the same machine.