请建议在java中截取URL/HTMLFile的方法。我正在尝试使用LOBO 浏览器并能够在 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");
}
无法将加载的内容捕获为图像