WebView in javaFX, not work with Whatsapp web
问题 I need to access the WhatsApp Web from a JavaFX application I'm not getting. When the page opens I get a message to use another browser. I have tried to change the UserAgent but it does not work. Code: WebEngine eng = webView.getEngine(); eng.load("https://web.whatsapp.com/"); eng.setJavaScriptEnabled(true); eng.setUserAgent("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"); How can I solve this? 回答1: I was unable to