I would like to know if the following is feasible in C++, and if so, what library / api would be required:
I want to launch a browser session from my C++ code (IE11 or Edge), and execute some JavaScript in the broswer from the C++ code. For example, launch https://stackoverflow.com and when users click on a button from my C++ GUI, display a JavaScript alert message.
Thanks for your help