JavaFX - How to create SnapShot/Screenshot of (invisble) WebView
问题 I want to create a SnapShot/Screenshot/Image from a WebView in JavaFX(8). This WebView does not need to be visible (in my case). My question: Is it possible (in any way), to create a Screenshot/Image from a WebView, when the WebView is not visible (or not added to any visible container) ? See my example code, when WebView (or it's parent ScrollPane) is visible=false , the Screenshot won't work (respectively is emtpy/blank ). Example code: package test; import javafx.animation.KeyFrame; import