Design Patterns for High-Quality Automated Tests: Fluent API

In this tutorial, we'll discuss a strategy to create more maintainable and readable page object models in Selenium WebDriver tests. We will use the Fluent Interface design pattern...