java - Find the child nodes of a web page in javafx -
i want find nodes of web page , absolute position of them, how can via javafx?! (in other words, want find absolute position of each html tag when shown browser, how can work via javafx or else?!) using javafx 2-2.
for more details, please see first 2 comments.
i guess need this: javafx webview.
honestly, have no idea how use it, looking @ examples (on same page) can see uses webkit , allows query rendered elements.
Comments
Post a Comment