Search code examples
internet-explorerselenium-rc

Is there any way to capture the screen shot of the entire page using selenium RC on IE?


I use Java for scripting. i have tried using the ROBOT class, but i am still not able to capture what is on the entire page(i get the screen dimensions and capture the image, if an extra value is added to the height/width the Page content is not captured where as a black screen is added). In short is there any way to implement captureEntirePageScreenShot() for IE. Thanks in advance for all the help.


Solution

  • Do you want to capture the entire screen or entire page? If the page needs to scrolled down, I dont think you can capture that in Selenium. It may be possible in Se2.