ExecuteJavaScript Issue
Posted: Thu Apr 30, 2020 1:46 pm
Good morning, I am manipulating WhatsApp Web through CEF4, I would like to close my application after sending an attachment.
However, while I'm debugging, it seems that after calling the MainFrame.ExecuteJavaScript method, nothing happens, the attachment is only sent after I give F9, can I really know when the command is executed?
I have little knowledge about CEF4, but when I delved into it, I saw that the attachment is actually sent after delphi runs HandleMessages.
However, while I'm debugging, it seems that after calling the MainFrame.ExecuteJavaScript method, nothing happens, the attachment is only sent after I give F9, can I really know when the command is executed?
I have little knowledge about CEF4, but when I delved into it, I saw that the attachment is actually sent after delphi runs HandleMessages.