B4A Question How to Get the source code of a webpage with WebView and WebViewExtras2 not WebViewExtras? - Erel (first post)    Oct 02, 2017 If you are trying to access a public page (no need to sign in) then the simplest way to get the source is with OkHttpUtils2. B4i Question Get source code of a web page - tufanv    Mar 09, 2016 Hello in b4a we can get the code via webviewextras . https://www.b4x.-the-source-code-of-a-webpage-with-webview-and-webviewextras.34418/#post-202076 is there any way for this in b4i as we dont have the webview extras ? ty B4J Question Use get element html in webview - Bel    Feb 22, 2016 Hi
I use source for handle webview with scriptengine
https://www.b4x..36582/#post-310715
That is useful source.
When i select part of text then it log HtmlElement (Log(js.engineGet("element")))
How can i get text from js.engineGet("element")? B4A Question Is it possible to view page source loaded into webview - cenyu    Jul 28, 2020 Hello frients,
I have one theoretical question...
Into one my app i have to load html content from https web site...
My question is it possible for user to do some actions and view html page source already loaded into WebView
I am not speak about HttpUtils with Job.Getstring or other ways witch all B4A Question [ Solved ] Get a variable from a webview page - sorex (first post)    Nov 07, 2015 can you read out the full source? then I would go for a simple regex lookup.
by the way you probably have issues with the singe quotes there and getElementByID will only look for element IDs not for what you entered there.
it should be document.getElementById('result_status_complete') and you ne B4A Question Extract HTML elements from an HTML source code - sirjo66    Mar 25, 2020 Hi all :) I need to automate the navigation into some web sites and I am using B4A 9.80 with WebView and WebViewExtras2. When I need to interact with web page I use JavaScript, for example: wve.ExecuteJavascript("document.getElementById('username').setAttribute('value','myUserName'); " & _ B4A Question WV_OverrideURL event not being triggered for a Data:Base64 link - JohnC (first post)    Aug 07, 2019 The webpage is behind a paid firewall, so I cant get the source for it :( It looks like Webview is not designed to detect clicks on links that start with "data:" B4A Library WebViewExtras - Leni Berry (first post)    Oct 02, 2017 How to Get the source code of a webpage with WebView and WebViewExtras2 not WebViewExtras?
Please Help B4A Question Get html code from webview JavaScript - Salmancio Riquelme Cerezo    Jun 12, 2019 Hello.
When I try to get htlm code, from a rendered google maps url in webview, with JSInterface, and WebChromeClient (Webviewextras2) i get this source code:
When you have eliminated the JavaScript, whatever remains must be an empty page.
I have:
WebView1.JavaScriptEnabled = True
WebViewExtras1 B4J Question Webapp - Read html source after javascript excute - tuhatinhvn    Sep 04, 2017 I need get source code some website when use webapp to make website But some website need excute javascript first to get source code. In b4a and b4j with gui i can use webview and webview extra to make it But with webapp type (b4j no gui), i only use httpjob, can not excute javascript, have any me Page: 1   2   3   4   5   6   7   Powered by ColBERT |