Re: [Sikuli-driver] [Question #699145]: App.open on version 2.0.5 has different behavior

2021-10-18 Thread RaiMan
Question #699145 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699145 Status: Open => Answered RaiMan proposed the following answer: Sorry, but that is true. App.open() looks for the exe in the task list and uses a running instance. So it is currently not possible to sta

[Sikuli-driver] [Question #699145]: App.open on version 2.0.5 has different behavior

2021-10-18 Thread Alberto
New question #699145 on SikuliX: https://answers.launchpad.net/sikuli/+question/699145 On Sikuli 1.1.1 in order to open Remote Desktop connection I am using: App.open(r'c:\\Windows\\System32\\mstsc.exe /span') Now on version 2.0.5 I am using: RDPApp = App( r'"c:\\Windows\\System32\\mstsc.exe"')