Re: [Sikuli-driver] [Question #224833]: Is there any procedure to use images from a shared directory

2013-03-22 Thread Rajesh Sama
Question #224833 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224833 Status: Answered => Solved Rajesh Sama confirmed that the question is solved: Thanks a lot for your continuous response. My problem has solved now using VNC. -- You received this question notification

[Sikuli-driver] [Question #224927]: i need to make my script faster and smarter!!

2013-03-22 Thread Jason Lo
New question #224927 on Sikuli: https://answers.launchpad.net/sikuli/+question/224927 okay i have put alot of hours into learning from other peoples mistakes and finaly got a pretty nice script going. but i notice that it would take to long to look for the images, let alone that i had to use a t

Re: [Sikuli-driver] [Question #224833]: Is there any procedure to use images from a shared directory

2013-03-22 Thread RaiMan
Question #224833 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224833 Status: Open => Answered RaiMan proposed the following answer: Regarding VNC I do not have any experiences, same goes for the WebDriver stuff. But google should have some entries with "sikuli" "vnc" ..

Re: [Sikuli-driver] [Question #223528]: Sikuli startup issue with Oracle Enterprise Linux 64-bit

2013-03-22 Thread Launchpad Janitor
Question #223528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223528 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 no

Re: [Sikuli-driver] [Question #223588]: sikuli linux - only for ubuntu ? --- definitely no!

2013-03-22 Thread Launchpad Janitor
Question #223588 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223588 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 no

Re: [Sikuli-driver] [Question #224833]: Is there any procedure to use images from a shared directory

2013-03-22 Thread Rajesh Sama
Question #224833 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224833 Status: Answered => Open Rajesh Sama is still having a problem: WebDriver will work only in the local machine, in my case it is machine 1. But my requirement is to run it in the remote machine, in my ca

Re: [Sikuli-driver] [Question #224893]: Sequential Vs POP UP

2013-03-22 Thread RaiMan
Question #224893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224893 Status: Open => Answered RaiMan proposed the following answer: Your idea is principally ok: Settings.MoveMouseDelay=0 while True: if exists(popupimage, 0): click(okbutton) wait(1) If yo

Re: [Sikuli-driver] [Question #224833]: Is there any procedure to use images from a shared directory

2013-03-22 Thread RaiMan
Question #224833 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224833 Status: Open => Answered RaiMan proposed the following answer: Sikuli always searches the images on the screen of the machine it is running on, in this case machine 1. Sikuli does not know anything of m

[Sikuli-driver] [Question #224893]: Sequential Vs POP UP

2013-03-22 Thread winarto
New question #224893 on Sikuli: https://answers.launchpad.net/sikuli/+question/224893 Dear Admins, i am using sikuli to run an application , shortly what i want to ask is this application require both seqential and loop. SEQUENTIAL means there are lets say 100 steps need to be clicked sequentia