← Back to team overview

sikuli-driver team mailing list archive

[Bug 1727352] Re: Sikuli doesn't recognise images from other machines

 

not a bug

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

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/659954

-- 
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:
  Invalid

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


References