WebView wv = new WebView(); WebEngine we = wv.getEngine(); we.load("https://stackoverflow.com");
WebView is the UI shell around the WebEngine. Nearly all controls for non UI interaction with a page are done through the WebEngine class.
WebView
WebEngine