Track which browser app and url is currently active on Windows

70 Views Asked by At

We have an Electron app that runs on Windows, and Linux. We want to track which browser app and url is currently active. How to achieve it? There are solutions available to track app and URL on macOS. But we specifically need to add support for Windows and Linux.

Any idea if mitmproxy or wireshark is a right way to move forward? Does Windows Automation API solve the problem?

I tried using active-win and x-win. They are able to track the URL on macOS but not on Windows.

How to get browser active tab URL in node/electron app on Linux/Mac/Windows? didn't help much.

0

There are 0 best solutions below