Apr 02
Hierarchy of Selenium Classes and Interfaces
Hello Folks, Selenium automates browser and to achieve this, Selenium has provided many classes and interfaces. We must need to understand hierarchy of Classes and Interfaces of Selenium WebDriver. It will help us to understand upcast and downcast codes which we generally do during writing automation scripts like capturing screenshot using TakesScreenshot interface and executing […]