Hi,
I’m trying to determine if an application is already open when my bot runs and then connect to that window rather than try to open another process.
I can get the application PID using ‘Process Exists’ from the RPA.Desktop.OperatingSystem library, but when I try to use ‘Connect By PID’ from the RPA.Desktop.Windows library I get a warning telling me that the library is deprecated and to use RPA.Windows. However, when I try to do that it seems ‘Connect By PID’ hasn’t been migrated to that library.
Does anyone know how I can use ‘Connect By PID’ now? Or know of an alternative way I can detect if an application is running and then connect to it?
Thanks.