2

I need to debug all outgoing requests from WebView and find as much as possible ( request headers, POST/PUT parameters, etc. ). I need to load the traffic data in Java, therefore Firebug is not a solution.

In other words I want to monitor the complete outgoing activity and get as much information as possible. In special when is related to some user interaction ( pressing a button, link, etc. ). I am building a Web testing platform and I need to track the HttpRequests created in WebView and get data in Java.

Possible solutions I was thinking on :

DbSchema
  • 413
  • 5
  • 16
  • Possible duplicate of [Html/Javascript debugging in JavaFX WebView](https://stackoverflow.com/questions/9398879/html-javascript-debugging-in-javafx-webview) – MikaelF May 07 '19 at 04:17
  • 1
    No, this is not a duplicate. The other thread is debugging using JavaScript and the result is visible only in Firebug. I want be able to load the script data in Java ( the WebView is running in Java ) and just to listen to the WebView outgoing traffic. I am writing a Testing platform for Web applications, and I need to be able to 'catch' the user interaction HttpRequest parameters, like PUT, GET, POST; etc. – DbSchema May 07 '19 at 06:15

0 Answers0