Has anyone played around with the SWebBrowser class?
My question is about the ExecuteJavascript function. Is it blocking or asynchronous? I can’t find any information.
Can I process data produced by the called JS script immediately or do I have to wait and synchronize it myself?
The ExecuteJavascript function in the SWebBrowser class is asynchronous.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.