How can I grab a running browser process and get the current active url in electron JS?

151 views Asked by At

I am trying to make a desktop work monitoring app. I need to find out the URL of the current tab while a user is using the browser. I chose Electron js for implementation, but can't seem to find a way to fulfill my requirement. Does anyone know how to do this in electron js? Thanks in advance.

0

There are 0 answers