← Back to team overview

sikuli-driver team mailing list archive

[Bug 1056174] Re: Sikuli doesn't detect images inside remote RDP session

 

For a find operation you have to tell Sikuli, on which screen to search
for the image.

"matching preview" does more, than you can do in your script, in that it
shows and searches both monitors.

so:
scr1 = Screen(1) # somewhere at the beginning of script

....

sr1. wait(<this image>)


** Summary changed:

- Sikuli doesn't detect images inside remote RDP session
+ Sikuli doesn't detect images on second monitor

** Changed in: sikuli
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1056174

Title:
  Sikuli doesn't detect images on second monitor

Status in Sikuli:
  Opinion

Bug description:
  I have two monitors: first has Sikuli IDE running, and second has full screen RDP session. If I capture an image from this session and type in IDE "wait(<this image>)", it doesn't work failing to find an image:
  org.sikuli.script.FindFailed: FindFailed: can not find 1348576930232.png on the screen.

  At the same time if I click image in the IDE and choose "matching
  preview" it successfully finds the region on screen.

  More details: Sikuli X-1.0rc3 (r905)
  My OS: Windows XP
  OS of RDP target: Windows 2008 Server R2, 64 bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1056174/+subscriptions


References