Hello!
Trying to work with the 2019 R3 web control enhancements.
I saw a solution posted here in the forums and I'm trying to get that to work as a starting point, but it's not triggering the local PB event from JavaScript.
My question is this - should it automatically fire the user event in the browser control when the JavaScript is executed in the browser? Or do you have to always call EvaluateJavascriptSync() ? The way I read it, the PB event would automatically be fired if it was properly registered and triggered from JavaScript. Looking for clarity so I can get the basic concept working.
Here's the previous post that I'm working from; I set up the same HTML page, same ue_string event in the wb_1 control, set up RegisterEvent(), etc.
https://community.appeon.com/index.php/qna/q-a/webbrowser-control-and-registerevent#reply-27086
Thanks!
John