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