How can I perform UI automation testing on a JBCefBrowser rendered in the IntelliJ Editor? When I tried using the IntelliJ Remote Robot framework, I was unable to locate the elements rendered by the JBCefBrowser. How can we perform UI tests—such as simulating button clicks—on this setup? The WebView is rendered using JBCefBrowser in the Editor, and it loads a React-based UI. Thanks in Advance