任何方式在java中截取URL的截图

时间:2014-11-17 12:27:10

标签: java swing screenshot lobo-cobra

请建议在java中截取URL / HTMLFile的截图。 我正在尝试使用LOBO Browser并且能够在jframe中打开URL但无法截取jframe内的内容。 请检查代码示例

import org.lobobrowser.gui.FramePanel;

public LoboTestFrame() throws Exception {
    FramePanel framePanel = new FramePanel();

    this.getContentPane().add(framePanel);
    framePanel.navigate("http://en.wikipedia.org/wiki/Main_Page");

}

无法将加载的内容捕获为图像

1 个答案:

答案 0 :(得分:2)

是。将Desktop#browse(),提到的hereRobot#createScreenCapture()结合使用,图示为herehere