-
public class WebViewDumpHelper.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringGET_WEBVIEW_HTML_JS_SCRIPTpublic final static WebViewDumpHelper.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetGET_WEBVIEW_HTML_JS_SCRIPT()A JS function that will be executed in the WebView to get the html inside it with absolute position rectangle. -
-
Method Detail
-
getGET_WEBVIEW_HTML_JS_SCRIPT
final String getGET_WEBVIEW_HTML_JS_SCRIPT()
A JS function that will be executed in the WebView to get the html inside it with absolute position rectangle. We inject the absolute position of the WebView itself in Android to offset the position of the html elements.
-
-
-
-