如何在selenium rc&;网络驱动程序?

如何在selenium rc&;网络驱动程序?,selenium,automation,webdriver,Selenium,Automation,Webdriver,我尝试了以上所有方法,但我需要一些方法将屏幕截图一个接一个地粘贴到文本/文档页面。如何截图:如何将图像插入word/excel:谢谢Alex。您的建议很有帮助。 selenium.captureScreenshot("/tmp/" + this.getClass().getName() + "." + testMethodName + ".png"); selenium.captureEntirePageScreenShotToString(); selenium.captureEntirePa

我尝试了以上所有方法,但我需要一些方法将屏幕截图一个接一个地粘贴到文本/文档页面。

如何截图:如何将图像插入word/excel:谢谢Alex。您的建议很有帮助。
selenium.captureScreenshot("/tmp/" + this.getClass().getName() + "."
+ testMethodName + ".png");
selenium.captureEntirePageScreenShotToString();
selenium.captureEntirePageScreenshot("C:\screenshot.png","");