Here is the very basic program to take screenshot of the current page using Selenium Webdriver script. Java Source code: package com.helloselenium.selenium.test; import java.io.File; import jav…
Run the below script in selenium IDE: Command Target Value
captureEntirePageScreenshot: Use to capture screenshot of the entire page.