Search code examples
javafxwebviewrecaptcha

JavaFX WebView, reCaptcha wont work (unsupported Browser)


Im trying to Code a Programm with a WebView with includes reCaptcha by Google. When i load the Web Page it says that my Browser doesnt Support reCaptcha. Is there anyway to fix this with a method or something?

Thanks!


Solution

  • Override user by overriding the User agent string using WebEngine.setUserAgent("use required / intended UA string");