4

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?

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Gilad Bar Orion
  • 543
  • 6
  • 14

2 Answers2

1

HtmlUnit 2.8 supports GAE according to the release notes.

Matthew H
  • 5,831
  • 8
  • 47
  • 82
0

There is a patch being worked on to fill this need, though it's doubtful it will land in the next release(2.8)

antony.trupe
  • 10,640
  • 10
  • 57
  • 84