Public bug reported:

Suppose there are two machines with same resolution (say 1920x1080) and
I want to click on one image e.g abc.png (snapshot taken from machine
2).

Sikuli Java Pseudo Code:

Screen s = new Screen();

if(s.exists(path_of_abc.png)){
s.click(path_of_abc.png)
}


On machine 1, this code will not able to recognise the region of abc.png 
because it's snapshot has been taken on machine 2.
Is this a normal behaviour? If not is there any possible way to make it happen? 


I'm using sikulixapi (1.1.0) on 64 bit windows machine.

** Affects: sikuli
     Importance: Undecided
         Status: New


** Tags: sikulijavaapi

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

Title:
  Sikuli doesn't recognise images from other machines

Status in Sikuli:
  New

Bug description:
  Suppose there are two machines with same resolution (say 1920x1080)
  and I want to click on one image e.g abc.png (snapshot taken from
  machine 2).

  Sikuli Java Pseudo Code:

  Screen s = new Screen();

  if(s.exists(path_of_abc.png)){
  s.click(path_of_abc.png)
  }

  
  On machine 1, this code will not able to recognise the region of abc.png 
because it's snapshot has been taken on machine 2.
  Is this a normal behaviour? If not is there any possible way to make it 
happen? 

  
  I'm using sikulixapi (1.1.0) on 64 bit windows machine.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to