Questions tagged as 'webengine'

0
answers

JavaFx WebEngine get content from an Iframe

I can not tell when an Iframe changes I use listener to always know that the page is loaded in WebEngine, however this listener can not know when the Iframe is changed / loaded. Is there any way to detect differences / change...
asked by 22.02.2018 / 13:05
0
answers

Add scrollbar to select in webBrowser

I need to change the properties of my webBrowser in javaFX so that a scrollbar is made available to a select. By default the HTMLSelectElement is adding 2 arrows one at the beginning of the list and one at the end to move between items...
asked by 05.03.2018 / 13:21
0
answers

I need to open the first link of a search on youtube in a Webview

The webview will not be visible, so the goal is to automatically open the first video in the search. I think it's not too complicated in JS. code: public class FXMLDocumentController implements Initializable { @FXML private WebView...
asked by 03.10.2018 / 19:10