A port of HtmlUnit to Android (currently based on HtmlUnit 2.30)
android
block in your build.gradle
:
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
build.gradle
:
implementation 'xyz.nulldev.huandroid:huandroid:2.30.01'
You can find a log of all the changes I performed to the original HtmlUnit source code in CHANGES.md
Note that it does not include any of the shim classes I added
My changes are license under HtmlUnit's license: The Apache License, Version 2.0
Some of the shim code is licensed differently, including but not limited to: