JBCefBrowser and JBCefJSQuery
Answered
Hi!
Where I can find some examples how to inject JavaScript and automatically trigger a callback to java using JBCefBrowser and JBCefJSQuery?
This link below has only one example and it's not good: https://plugins.jetbrains.com/docs/intellij/jcef.html#jbcefjsquery
Thanks in advance!
Omar
Please sign in to leave a comment.
AFAIU com.jetbrains.rest.editor.RestJcefHtmlPanel might be relevant sample
Where i can find this file?
In IntelliJ Community Sources (https://github.com/JetBrains/intellij-community/) community/python/rest/src/com/jetbrains/rest/editor/RestJcefHtmlPanel.java
Thanks,
I'll check it out!