使用Google Chrome捕获整个页面截图的方法是什么?

时间:2012-05-29 12:51:22

标签: c# google-chrome selenium-rc

我正在使用selenium RC自动化我的项目。我用firefox执行了脚本。我使用了selenium.CaptureEntirePageScreenshot()来使用firefox拍摄屏幕截图。但是此方法不适用于Google Chrome。我应该使用哪种方法来捕获Google Chrome的整个页面屏幕截图?

1 个答案:

答案 0 :(得分:0)

试试这个。

selenium.captureScreenshot("C:/filename.png")