Is it possible for a desktop application to communicate with a javascript API that will affect the user’s browser? For example, I would like to call a JS API of a web service even if the browser is not in focus. The user can select various functions from within the desktop application and it will take effect in the browser. thanks
Is it possible for a desktop application to communicate with a javascript API that
Share
You probably want to consider automating the browser from your application. As you are using .NET, WatiN is a good option to do that: