Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WebDriver

WebDriver

WebDriver

Great Reads

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Facade Design Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Behaviour Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate SpecFlow based tests. Find the ratings and reasoning behind them.

Latest Articles

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Facade Design Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Behaviour Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate SpecFlow based tests. Find the ratings and reasoning behind them.

All Articles

Sort by Score

WebDriver 

by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Facade Design Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate tests that use the Behaviour Pattern. Find the ratings and reasoning behind them.
by Anton Angelov
We will use the previously presented assessment framework to evaluate SpecFlow based tests. Find the ratings and reasoning behind them.
by Anton Angelov
A tool for creating a report for author's articles for a specific year or from the beginning of time. Calculates the total number of views.
by Anton Angelov
Find out how to improve your Selenium WebDriver tests through the new improved C# 6.0. The new features will help you to create more readable tests.
by Viktoriano
The most known and possible solution for such cases is creating a custom WebDriver manager based on the Factory design pattern. There are lots of different implementations on GitHub and you can easily Google them, but today, I want to share one of the latest experiments that I did.