Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Selenium-RC (JUnit、Eclipse、Java) でスクリーンショットを撮る必要があります。テストの失敗だけでなく、好きな場所でスクリーンショットを撮りたいです。前もって感謝します。
使用できます
selenium.captureScreenshot("/tmp/" + this.getClass().getName() + "." + testMethodName + ".png");
また
selenium.captureEntirePageScreenShotToString();
selenium.captureEntirePageScreenshot("C:\screenshot.png","");