In my JavaFX application, I have a WebView to load HTML contents. I wonder if there is a way to debug the HTML inside WebView, I mean get the messages of the Javascript console and retrieve it in my JavaFx application. Just in case, if an error occured in the HTML document, I will be able to see the errors.
            Asked
            
        
        
            Active
            
        
            Viewed 118 times
        
    0
            
            
        
        Ethyl Casin
        
- 791
 - 2
 - 16
 - 34
 
- 
                    Are you looking for this ? http://stackoverflow.com/questions/30390257/how-to-catch-return-value-from-javascript-in-javafx/30390913#30390913 – Kenneth Clark May 25 '15 at 04:26
 - 
                    @KennethClark, that's not what Im looking for. – Ethyl Casin May 25 '15 at 04:37