Take Screenshot in selenium with web driver in Java
In this tutorial we will learn how to capture the screenshot in selenium with web driver. Lets understand first Why do we need screen shot ? 1) Screenshots are required to check the control flow of the test scripts in more detail. 2) Screenshots are required when test case fails to know why the test …
Take Screenshot in selenium with web driver in Java Read More »