Interacting with the browser | Taking the screenshot of the page
In the Previous Tutorial, we learned how to do cross-browser execution. In this tutorial, we’ll learn how to take the page screenshot. In real life Test Automation projects we are generally required to take page screenshot periodically, especially if a step fails. We can use the screenshot as steps to reproduce the failure. WebDriver code …
Read moreInteracting with the browser | Taking the screenshot of the page