Showing posts with label Screenshot. Show all posts
Showing posts with label Screenshot. Show all posts

Take Screenshot using Selenium Web Driver -Java

Most of the times you need to take a screenshot of a web page after you have performed a test on a page .This helps up if you have to send in a report where you have to include a screen shot in case a test case has failed.Selenium has TakeScreenshot class which will help you get the job done.