Hi, i'm looking for a way to identify a specific firefox browser window so i can send a url to it. This identification has to be done withing an external python script.
So for example, let's say I have a script witch makes a system call to launch firefox with a given url. Now I'm looking for a way to remember which window (maybe some sort of window id) that firefox browser had so that afterwards, I can send another url to that specific window despite the fact that maybe there are more windows open.
hope this is clear.


