Skip to main content

One post tagged with "Selenium"

Selenium related posts

View All Tags

Custom Selenium Webdrivers using Decorators

· 5 min read
Ammar Najjar
Software Architect

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.