Re: [Sikuli-driver] [Question #269311]: compare directory of pictures to screen with loop

2015-07-16 Thread jhonvinage475
Question #269311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269311 Description changed to: Hello, First i wish to congratulate for this program and the help you provide. I have a directory with 221 file *.png and i need to find similar image in a software and delete : i

[Sikuli-driver] [Question #269277]: Is there any way to trigger sikuli code from one machine so that it can run in parallel on other machines also?

2015-07-16 Thread Malika
New question #269277 on Sikuli: https://answers.launchpad.net/sikuli/+question/269277 I want to run my sikuli code written in selenium web driver on multiple machines i.e. triggering the code from one machine could launch the sessions on other machines as well. So that we can avoid automation

Re: [Sikuli-driver] [Question #269277]: Is there any way to trigger sikuli code from one machine so that it can run in parallel on other machines also?

2015-07-16 Thread RaiMan
Question #269277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269277 Status: Open = Needs information RaiMan requested more information: --- my sikuli code written in selenium web driver what does this exactly mean? Written in Java, Python or whatever? How are Sikuli

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #268705]: Looking to hire a sikuli expert for project

2015-07-16 Thread Launchpad Janitor
Question #268705 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268705 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread RaiMan
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Open = Answered RaiMan proposed the following answer: the docs for Jython subprocess.Popen http://www.jython.org/docs/library/subprocess.html there is Popen.poll() that can be used to check,

Re: [Sikuli-driver] [Question #269266]: Multiple instances of OCR causes Java crash

2015-07-16 Thread RaiMan
Question #269266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269266 Status: Open = Answered RaiMan proposed the following answer: currently nearly nothing in SikuliX is tread-safe. So you have to find an appropriate solution, to coordinate the usage of the

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread Ashish
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Solved = Open Ashish is still having a problem: Sikuli 1.1.0 is installed but from where I have to run the Sikuli ide Thanks Ashish -- You received this question notification because you are

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread Ashish
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Answered = Solved Ashish confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Solved = Open fordox is still having a problem: there is an error: [error] AttributeError ( 'Popen' object has no attribute 'terminate' ) on myApp.terminate() -- You received this question

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread Ashish
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Answered = Open Ashish is still having a problem: While running runsikulix.cmd this cmd is coming for just 2 seconds while running sikulix.jar nothing is coming Thanks Ashish -- You received

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread RaiMan
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Open = Answered RaiMan proposed the following answer: in the folder you have run the setup, you have a runsikulix.cmd no parameters: run IDE with parameters: run scripts from command line (see

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread RaiMan
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Open = Answered RaiMan proposed the following answer: then run this on command line and paste the output here runsikulix.cmd -d 3 -c -- You received this question notification because you are

Re: [Sikuli-driver] [Question #269277]: Is there any way to trigger sikuli code from one machine so that it can run in parallel on other machines also?

2015-07-16 Thread Cameron Jones
Question #269277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269277 Cameron Jones posted a new comment: Setup Jenkins? I think this may be a convenient solution, depends on your environment, but if its *nix machines, then setting up slave node would be easy. Not sure about

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread RaiMan
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Open = Answered RaiMan proposed the following answer: If you are working with the latest build of SikuliX 1.1.0, it should be there. … if not (using Jython 2.7) you have to get the pid using

[Sikuli-driver] [Question #269299]: How to use hover command in sikuli ide....i am getitng error

2015-07-16 Thread ravi
New question #269299 on Sikuli: https://answers.launchpad.net/sikuli/+question/269299 please help me out to use hover command to open drop-down. First i am not able to find the exact button on screen. please help me out with example. Thanks, ravi -- You received this question notification

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Tepedino gave more information on the question: Oh yes, sorry! Forgot somethign that might be related to the roblem: I both links it was asked for em to add sikuli-script.jar tot he jexternal libs, and at

Re: [Sikuli-driver] [Question #269266]: Multiple instances of OCR causes Java crash

2015-07-16 Thread Dan
Question #269266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269266 Status: Answered = Solved Dan confirmed that the question is solved: I did not realize it was not thread safe. I have a workaround. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered = Open fordox is still having a problem: In latest version of Sikuli unfortunately does not work properly module Urlib [error] java.lang.IllegalStateException (

[Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Tepedino
New question #269303 on Sikuli: https://answers.launchpad.net/sikuli/+question/269303 First of all, hello. I'm trying to use Sikuli in my workplace to automate tests over Flex, and by recommendation of other workers and superios, I should use Sikuli together with Eclipse so everyone could use

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Tepedino posted a new comment: Sorry, I meant Eclipse (sikuli on eclipse to be more specific). the part 2 of the first link I added here have an explanation on hwo to add everything to work with selenium,

Re: [Sikuli-driver] [Question #269246]: Sikuli -ide crashes while taking screen shot

2015-07-16 Thread Ashish
Question #269246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269246 Status: Answered = Solved Ashish confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Tepedino posted a new comment: Well, I added a new folder and then added the .pngs there, dunno if I should do it another way. This is the first time I'm using imgs on selenium -- You received this

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Eugene S
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Eugene S proposed the following answer: Selenium or Sikuli? :) Anyway, just to be certain, try to use full path and see if that works for you. For example something like that: Screen s = new Screen();

Re: [Sikuli-driver] [Question #269299]: How to use hover command in sikuli ide....i am getitng error

2015-07-16 Thread Eugene S
Question #269299 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269299 Status: Open = Needs information Eugene S requested more information: Can you describe exactly what are you trying to do? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-16 Thread Eugene S
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Status: Open = Answered Eugene S proposed the following answer: It looks like Sikuli can't find these files on your disk. Are you sure it looks for the in the right location? -- You received this