On no longer wanting to depend on ExpectedConditions in my C# Selenium WebDriver tests
Those of you that have been writing tests with Selenium in C# for a while might have noticed that as of version 3.11, some often-used things have been marked as deprecated, most notably the PageFactory implementation and the ExpectedConditions class....