I am using cefsharp embedded browser (latest version-79) in my Winform application? First, I use cefsharp browser to load a web page, all relevant js files are loaded. Then, I want to get the url or name of a js file every time a function in the js file is called when users interact with the web page. So that I need to know which event of the browser occurs when a js function is invoked? Please help me.
CefSharp does not currently have such an event.