For screenshot we are using below code
File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
FileUtils.copyFile(scrFile, new File("C:\\Screenshot\\Test_Screenshot.png"));
It takes the screenshot without any issues in IE but i want to capture the complete screen including taskbar and URL.
Could someone please help or share if it is posible in IE.
Thanks, Awaiting Reply