Hi,
I'm trying to load the DOM of web pages in my application (running under Google App Engine), using HtmlUnit, HttpUnit or any similar library.
Did anyone manage to do something similar?
Thanks Gilad
Hi,
I'm trying to load the DOM of web pages in my application (running under Google App Engine), using HtmlUnit, HttpUnit or any similar library.
Did anyone manage to do something similar?
Thanks Gilad
There is a patch being worked on to fill this need, though it's doubtful it will land in the next release(2.8)
hy im also using htmlunit to get DOM of webpages.
heres some of the portion of my code
WebClient wc=new WebClient();
HtmlPage page1= wc.getPage("http://ww.google.com/");
on that line of webclient im getting error while running it locally using google plugin for eclipse
java.net.URLStreamHandler is a restricted class.
Please help
Wether htmlunit is still not supported by google apps ??