I am developing a program to check the current URLs opened by Google Chrome. I would like to know how to implement this in C++.
How can I get URLs of open pages from Chrome?
How can I get URLs of open pages from Chrome and Firefox?
This article also helped me, but crucially I have to do it in C++. I am trying to implement the same function in C++.
https://github.com/MarkoVranic/url-detector And this code didn't work properly.
There are many answers about doing it in C#, but there was no implementation in C++.
Please let me know how can I get URLs in C++.
Thanks.