javascript - Jsoup DOM applies onload java scripts? -


i want know if dom jsoup

document doc = jsoup.connect(page.getpageurl()).get();

will same dom browser (just after loading)? in other words, if there dom manipulation done javascript during onload() method, happen before dom returned jsoup ?

it same http response's body, not manipulated javascript.

a simple fact: jsoup not have javascript engine execute script, can't that.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -