Taming Selenium Tests in .Net with Inheritance and Method Chaining

If you have some experience writing Selenium tests, you’ve probably ran into issues where your tests occasionally fail due to what appears to be missing elements on pages being tested. Typically the way to solve that problem is to “wait” for the missing element to be present in the DOM before issuing statements that interact […]