Hi there, I'm writing and app in Python that must be able to send keys or text to other app. For example, If I have Firefox open, I should be able to send it an URL to open it. I've already have the SendKeys module, and I read about the win32 module too, but I don't know if there's a way to filter out process without open windows.
Any help would be appreciated.
Thanks in advance.