Re: [Sikuli-driver] [Question #293205]: Using Excel data as input, im stuck here! :(

2016-05-04 Thread Roman Podolyan
Question #293205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293205 Status: Open => Needs information Roman Podolyan requested more information: ) If you want others to see your complete script, Sikuli does "double-save" , and copy of your script with images is saved as

[Sikuli-driver] [Question #293305]: Can SIkuli scan multiple screen ?

2016-05-04 Thread sayantan
New question #293305 on Sikuli: https://answers.launchpad.net/sikuli/+question/293305 Is it possible to make sikulix run in such a way that it can scan multiple screen at a time, in order to reduce the time taken for testing a particular software. -- You received this question notification bec

Re: [Sikuli-driver] [Question #293305]: Can Sikuli scan multiple screen ?

2016-05-04 Thread sayantan
Question #293305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293305 Summary changed to: Can Sikuli scan multiple screen ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Joe Loyzaga
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Joe Loyzaga posted a new comment: If you could expand on how to code it being used on command line then I'm pretty sure you've answered the question -- You received this question notification because your t

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Eugene S
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Eugene S proposed the following answer: I meant something this: def comparePaths(arg1, arg2): return arg1 == arg2 def someFunction(arg1, arg2): #call comparePath() function from here when needed --

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Joe Loyzaga
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Joe Loyzaga posted a new comment: can you outline the best practice by showing me the code? don't understnad waht you mean... -- You received this question notification because your team Sikuli Drivers is a

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Eugene S
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Eugene S proposed the following answer: Generally, what you ask can look like this (if I understand your question correctly): path1 = "C:\\temp" path2 = "C:\\temp" compareResult = path1 == path2 def someFu

Re: [Sikuli-driver] [Question #293281]: openApp(filestring) won't run my batch file

2016-05-04 Thread rbranch7
Question #293281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293281 rbranch7 gave more information on the question: at this point, I am getting an App found indication: [log] App.open [10124:cmd.exe], But I am getting different results from when i manually double click and r

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Joe Loyzaga
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Joe Loyzaga posted a new comment: your last comment makes sense but if I call this as a function and I send 3 args - 2 as the file paths and the third one as the result of the compare 1. what would the call

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread RaiMan
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 RaiMan proposed the following answer: The implementation of wait, find exists and the implicit find in click and other functions return the match with the highest score and only this. see: http://sikulix-201

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Spencer Keller posted a new comment: What will Sikuli do if it finds two matches within a Region? Won't it just return the first match it finds? -- You received this question notification because your team

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Spencer Keller posted a new comment: Hi RaiMan, Timing was my first thought too so I added a sleep before the findRegion.wait() with not impact. I just did as you suggested and added 45 seconds to the wait(

[Sikuli-driver] [Question #293280]: openApp(filestring) won't run my batch file

2016-05-04 Thread rbranch7
New question #293280 on Sikuli: https://answers.launchpad.net/sikuli/+question/293280 Here is my code: import sys sys.path.append(r"C:\Python27") s = r"sentences.bat" openApp(s) the error i am getting: [error] App.open failed: sentences.bat not found sentences.bat is in C:\Python27 I've even

[Sikuli-driver] [Question #293281]: openApp(filestring) won't run my batch file

2016-05-04 Thread rbranch7
New question #293281 on Sikuli: https://answers.launchpad.net/sikuli/+question/293281 Here is my code: import sys sys.path.append(r"C:\Python27") s = r"sentences.bat" openApp(s) the error i am getting: [error] App.open failed: sentences.bat not found sentences.bat is in C:\Python27 I've even

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread RaiMan
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Status: Open => Answered RaiMan proposed the following answer: supposing it is 1.1.0 and single-monitor. already tried without the highlight() ? timing problem? Region tmp = findRegion.wait(pattern, 10

[Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
New question #293250 on Sikuli: https://answers.launchpad.net/sikuli/+question/293250 I've got a weird one. I'm writing automated tests for an Adobe Flash based webapp and I have a strange problem and I'm wondering if anyone else has ever seen this and possibly has a work-a-round. I have some 4

Re: [Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread Srikanth
Question #293240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293240 Status: Open => Solved Srikanth confirmed that the question is solved: Just noticed we have a dependent maven project within our main project and that one has a older dependency which is pulling the olde

Re: [Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread Srikanth
Question #293240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293240 Status: Answered => Open Srikanth is still having a problem: Yes it is coming back magically every time I delete it from the local repo manually. Even on jenkins, it is coming back. I have deleted all t

Re: [Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread RaiMan
Question #293240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293240 Status: Open => Answered RaiMan proposed the following answer: if you used the above dependency, then based on this, Maven will NEVER download anything else but sikulixapi-1.1.0.jar from group com.sikuli

Re: [Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread Srikanth
Question #293240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293240 Status: Answered => Open Srikanth is still having a problem: Thank you for replying. And yes when i remove org.sikuli branch from local repo, its working fine but I want to run these tests on jenkins and

Re: [Sikuli-driver] [Question #293197]: How can I call the Pattern Settings screen without using the SikuliX IDE

2016-05-04 Thread RaiMan
Question #293197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293197 Status: Open => Solved RaiMan changed the question status: If you really do something in that direction, I would highly appreciate to get some info about your solution. -- You received this question no

Re: [Sikuli-driver] [Question #293197]: How can I call the Pattern Settings screen without using the SikuliX IDE

2016-05-04 Thread klaassmit007
Question #293197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293197 Status: Answered => Open klaassmit007 is still having a problem: Ok. Thx. Gr. Klaas Verzonden vanaf mijn Windows 10-telefoon Van: RaiMan Verzonden: woensdag

Re: [Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread RaiMan
Question #293240 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293240 Status: Open => Answered RaiMan proposed the following answer: I guess you have to purge the org.sikuli branch from your local maven repo. Also you might still have pointers to the old stuff in your IDE

[Sikuli-driver] [Question #293240]: Maven downloading the old version of sikulix

2016-05-04 Thread Srikanth
New question #293240 on Sikuli: https://answers.launchpad.net/sikuli/+question/293240 Iam using intelliJ for my project and Iam trying to download SikuliXapi jar and the dependency iam using is com.sikulix sikulixapi 1.1.0 It is downloading to siku

Re: [Sikuli-driver] [Question #293197]: How can I call the Pattern Settings screen without using the SikuliX IDE

2016-05-04 Thread RaiMan
Question #293197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293197 Status: Open => Answered RaiMan proposed the following answer: I think you have to code, because these features will only be available in a pre-version late in summer. -- You received this question not

Re: [Sikuli-driver] [Question #293197]: How can I call the Pattern Settings screen without using the SikuliX IDE

2016-05-04 Thread klaassmit007
Question #293197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293197 Status: Answered => Open klaassmit007 is still having a problem: Thanks, Will there be a prerelease of 2.0? Otherwise I have to code ☹. Greetings, Klaas Sent from Mail for Windows 10 From: RaiMan Sent

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Eugene S
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Eugene S posted a new comment: I'm sorry but I think I lost you here as I am not sure what exactly are you asking. -- You received this question notification because your team Sikuli Drivers is an answer co

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Joe Loyzaga
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Joe Loyzaga posted a new comment: I want to run it as part of a test automation test stream where I have a list od image paths that I send to sikuli as above and write pass or fail in the same list alongside

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Eugene S
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Eugene S proposed the following answer: I am not sure I understand. In the above way you can use the result of the evaluation "path1 == path2" as you wish as it return True or False. So you can assign it to

Re: [Sikuli-driver] [Question #293226]: run sikuli from command line

2016-05-04 Thread Joe Loyzaga
Question #293226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293226 Joe Loyzaga posted a new comment: I'd like to return the result to the python program that calls it providing the input paths(2) and result(1) Is that possible? -- You received this question notification b