Category Selenium

Selenium is a set of tools used to automate and test web applications. Since it is not a single tool, it is referred to as a Suite. For deeper and better understanding, think of Selenium as an API for the web browser, i.e. manipulating the elements present in it. Here you will find list of article dedicated to selenium

9ab. WebDriver – Using Actions Class

Lights, camera, action! Yes, today its all about Actions. Oh, I am not talking about those fight sequences you watch in movies but about the keyboard and mouse actions. 😛 Selenium WebDriver provides a user-facing API for performing complex user…

9r. WebDriver – Assert and Verify

Hiya superstars! We have been locating elements for quite some days now. Let us switch gears and talk about “Assert and Verify” today. To remember, The major difference between the two when the assert or verify condition/check fails is, Assert will…