var browser: JBCefBrowser = JBCefBrowser.createBuilder()
.setOffScreenRendering(true)
.build().apply {
jbCefClient.setProperty(Properties.JS_QUERY_POOL_SIZE, 1000)
}
This is how I create a browser
When it starts up for the first time, may encounter rendering abnormalities like this, but they are not 100% reproducible.