WebView HTML extraction

NeoTechni

Well-Known Member
Licensed User
Longtime User
Is there a way to get the current HTML from a webview?
I need to be able to log in to a website and request information from the session.

Or would the httputil library download from within the webview session?
EDIT: It does not...
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
It doesnt seem to maintain the same session though.

How would I be able to set the POST variables?

Or, can I get the title of the site in the webview somehow? Cause I can just put the info I need in that.
 
Upvote 0

NeoTechni

Well-Known Member
Licensed User
Longtime User
I managed to extract a single value from the webview by use of the meta-redirect tag and just putting the value I want in the URL (from within the PHP script, not the program)

This is not an elegant solution, as being able to extract HTML is very handy. But it is all I need for now.
 
Upvote 0
Top