Is it possible to take a screenshot using Selenium WebDriver?
(Note: Not Selenium Remote Control)
You can capture the image from windows using the Python web driver. Use the code below which page need to capture the screenshot.
driver.save_screenshot('c:\foldername\filename.extension(png, jpeg)')