i want to save the computed html (after javascript changes the DOM) from a webpage so i ended up using a webview to do all the parsing (my guess is it uses some javascript engine like v8 so it should be fast)
this proposed solution doesn't answer the question because does not prevent on screen rendering and falls back on some kind of javascipt injection, two things i'd rather avoid, (moreover i'm open to not use a webview at all)
is there a better (fast enough) way to get the computed html ? (rhino ?)