Javafx-WebView-Debugger icon indicating copy to clipboard operation
Javafx-WebView-Debugger copied to clipboard

Full Featured Google Chrome Dev Tools to JavaFX WebView browser debugging.

Results 10 Javafx-WebView-Debugger issues
Sort by recently updated
recently updated
newest added

I have been unable to use Java 8 as my version of intelliJ does not support creating a JavaFX project with a java version less than 11. When using Java11+...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.3.7 to 1.5.0. Release notes Sourced from Java-WebSocket's releases. Release 1.5.0 Breaking Changes This release requires API Level 1.7. Security This release contains a security fix for...

dependencies

The following example needs to be updated: ```` Class webEngineClazz = WebEngine.class; Field debuggerField = webEngineClazz.getDeclaredField("debugger"); debuggerField.setAccessible(true); Debugger debugger = (Debugger) debuggerField.get(webView.getEngine()); DevToolsDebuggerServer devToolsDebuggerServer.startDebugServer(debugger, 51742, 1); ```` To: ```` Class...

While running the WebViewDebugSample, I tried evaluating `console.log("dwqdqdQ")` in Chrome developer tools, and I got this exception in the Java console: ``` Exception in thread "JavaFX Application Thread" netscape.javascript.JSException: ReferenceError:...

I integrated by copy & pasting from the sample code, I'm loading a file from the file system and it's a webpack environment. Source maps show when the same code...

Is it possible to integrate to java fx WebView: inspect elements in real-time like Google Chrome ctrl+shift+c capabbility on hover html elements and send selected data to the server app?

Hey, I was trying this out without making changes to my dev env. The result, surprisingly good: * DOM is visible (highlight not working) * Console not working (as described...

Hey there. I appreciate what you've built, but I just cannot replicate the functionality you're claiming. It doesn't help that the JDK you suggest is not available, and using old...