How To Take Screenshot In Selenium

Selenium Screenshots

This tutorial explains the importance of Selenium Screenshot & how to use Ashot to take Screenshot in  Selenium application with examples: Screenshots are basically used in bug analysis. They help in understanding whether the application works as per the user requirements or not. For every test case, the output received …

Read more


WebDriver Listeners In Selenium

WebDriver Listeners in Selenium

What are WebDriver Listeners? Why do we need Listeners in Selenium Automation Testing? This Tutorial Answers these Questions In Detail with Sample Code Examples: Listeners, as the name suggests, “listen” to any event that is prescribed in the Selenium code. For instance, if you want to know what happens before …

Read more


What Is Hybrid Framework In Selenium?

Hybrid Driven Framework In Selenium

This Informative Tutorial Explains What a Hybrid Framework, the Uses and Components of Selenium Hybrid Driven Framework, and How to Implement it is: What is a Hybrid Framework? Hybrid Driven Framework is a combination of both the Data-Driven and Keyword-Driven framework. Here, the keywords, as well as the test data, are externalized. …

Read more