I'm having a problem connecting to a running window application that was opened in the browser via citrix links. I have a snippet of the window name here. How can I find out if pywinauto can see the running window of the application?
Which code do I need for this?
My code doesn't work:
import pywinauto
from pywinauto.application import Application
app = Application(backend='uia').connect(title = 'Applikationsmenü - Produktivsystem der
LogSys-Applikation für XY')


Use process Id, see sample code