JBCefBrowser executeJavaScript() not work
Answered
Hello
I need to modify
JBCefBrowser
content using JavaScript. I'm trying to modify html content in JBCefBrowser like this, but by some reasons it doesn't workbrowser.cefBrowser.executeJavaScript(jsQuery.inject("document.getElementById('input-id').value = 'Hello here'"), "", 0)
Could someone help?
Thank you!
Please sign in to leave a comment.
Found an issue. For me it works
Could you please show more code. How do you create jsQuery?