PhantomJSDriver driver = new PhantomJSDriver(dcaps);
driver.get("http://www.dianping.com/");
File screenShot = driver.getScreenshotAs(OutputType.FILE);
FileUtils.copyFile(screenShot,new File("./dir"+1+".jpg"));
phanmJs无头浏览器截图
最新推荐文章于 2025-06-18 16:40:37 发布