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 adva开发者_如何学Gonce for all the help.
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.
Have you looked into using snapsIE?
I haven't used it but from what I have read, it may solve your problem.
Is getting the HTML source of the page an option?
Any particular reason you can't use Firefox?
I currently use Selenium RC, called from .Net and using Firefox to capture large screens, bigger than the browser view port.
精彩评论