sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45387
[Bug 1742383] [NEW] Windows: App(WindowTitle) doesn't work on Terminal Server
Public bug reported:
I can't get an App instance on Terminal Server with the WindowTitle.
On terminal server the SessionName is not "console".
Here you have to use the environment variable "SESSIONNAME" to filter
the tasks.
Here is an example:
tasklist /V /FO CSV /FI "SESSIONNAME eq %SESSIONNAME%" /FI "Imagename eq
iexplore.exe" /FI "WindowTitle eq Google News"
Please change the code in winutil.Java that it works on terminal Server,
too.
I used 1.1.1(2017-03-29_10:41)/Windows6.3/Java8(64)1.8.0_92-b14.
** Affects: sikuli
Importance: Undecided
Status: New
** Tags: app windowtitle
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1742383
Title:
Windows: App(WindowTitle) doesn't work on Terminal Server
Status in Sikuli:
New
Bug description:
I can't get an App instance on Terminal Server with the WindowTitle.
On terminal server the SessionName is not "console".
Here you have to use the environment variable "SESSIONNAME" to filter
the tasks.
Here is an example:
tasklist /V /FO CSV /FI "SESSIONNAME eq %SESSIONNAME%" /FI "Imagename
eq iexplore.exe" /FI "WindowTitle eq Google News"
Please change the code in winutil.Java that it works on terminal
Server, too.
I used 1.1.1(2017-03-29_10:41)/Windows6.3/Java8(64)1.8.0_92-b14.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1742383/+subscriptions
Follow ups