Re: [Sikuli-driver] [Question #691293]: Fault tolerance for target images

2020-06-16 Thread robin gupta
Question #691293 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691293

Status: Answered => Solved

robin gupta confirmed that the question is solved:
Awesome . Thanks @TestMechanic and @Raiman. This solved my problem.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #691293]: Fault tolerance for target images

2020-06-16 Thread robin gupta
Question #691293 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691293

robin gupta confirmed that the question is solved:
Thanks TestMechanic, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #691293]: Fault tolerance for target images

2020-06-13 Thread robin gupta
Question #691293 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691293

Status: Answered => Open

robin gupta is still having a problem:
Thanks for the prompt response RaiMan. I am believing that I would have to do 
something like one of the below:
1. click(Pattern("1530562928013.png").similar(0.96))
2. Match multiple images from resolution/OS/Browsers of the target systems. 
Like :
if  Reg.exists("12.png",0) or Reg.exists("13.png",0) or 
Reg.exists("14.png",0)or Reg.exists("15.png",0)or Reg.exists("28.png",0):

Please let me know if there are any other ways , in which we can achieve
flexibility of the Sikuli library in matching the target image, with the
source image.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #691293]: Fault tolerance for target images

2020-06-13 Thread robin gupta
New question #691293 on Sikuli:
https://answers.launchpad.net/sikuli/+question/691293

Hello,
We are planning to use Sikuli for automation testing on the Salesforce 
platform. However, since the local development laptops’ screen resolution vs 
target machines/Jenkins’ box screen resolution could be different, therefore 
wanted to know about the fault tolerance of the Sikuli platform. 

For example, would the image detection api be able to detect the image if the 
source screenshot is from 1440x900 resolution but the scripts are running on a 
server with 1280x800 set as the resolution. 

Kudos on the progress of the library so far 

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp