Re: [Sikuli-driver] [Question #234492]: Sikuli + Mobile app + Selenium

2013-09-08 Thread Launchpad Janitor
Question #234492 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234492 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-08 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open => Answered RaiMan proposed the following answer: at comment #13: at 1: print find() reveals the infos about the match find returns a Match object, that has some getters for these infos too

Re: [Sikuli-driver] [Question #235236]: how to read each row of values declared in a function(with array of values) in another script

2013-09-08 Thread AKR
Question #235236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235236 Status: Answered => Open AKR is still having a problem: Hi Raiman, Thank you so much. This is working. I have one more question for you. Instead of passing values in an array like T = [["A4", "AO-001"]

Re: [Sikuli-driver] [Question #235236]: how to read each row of values declared in a function(with array of values) in another script

2013-09-08 Thread AKR
Question #235236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235236 AKR gave more information on the question: Hi Raiman, Solved my problem using the method you suggested # sub.sikuli from sikuli import * T = [["A4", "AO-001"], ["A4", "AO-002"]] # main.sikuli import

Re: [Sikuli-driver] [Question #235236]: how to read each row of values declared in a function(with array of values) in another script

2013-09-08 Thread AKR
Question #235236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235236 AKR gave more information on the question: Hi Raiman, I would like to know how to pass the data from excel sheet to sikuli main script. For example Excel.xls will have the data A4 AO-001 D1 A3 AO-00

Re: [Sikuli-driver] [Question #235236]: how to read each row of values declared in a function(with array of values) in another script

2013-09-08 Thread AKR
Question #235236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235236 Status: Open => Solved AKR 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, which is

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-08 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Answered => Open Kurt Chen is still having a problem: Hi RaiMan, I have found a weird problem, when upload a file, when it run in automation, I knew it clicked it, but the file didn't appear in

Re: [Sikuli-driver] [Question #235183]: Can I use Sikuli to get a window title?

2013-09-08 Thread Parn Yin
Question #235183 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235183 Parn Yin 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, which is an answer contact for

Re: [Sikuli-driver] [Question #235236]: how to read each row of values declared in a function(with array of values) in another script

2013-09-08 Thread RaiMan
Question #235236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235236 RaiMan posted a new comment: read xls: see faq 2208 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #235179]: Can I run a sikuli script without being logged in. --- simply no

2013-09-08 Thread Akbar
Question #235179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235179 Akbar posted a new comment: This is how you can do this. 1.Create a scheduler to call the batch and sikuli script 2.Login to the test machine and let it lock 3.When the scheduler runs, tscon.exe will log you

[Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread Parn Yin
New question #235378 on Sikuli: https://answers.launchpad.net/sikuli/+question/235378 I've read this part: http://doc.sikuli.org/screen.html#multi-monitor-environments So I know how to get the screens like Screen(0), Screen(1). But how to use it with Wait() or Click()? I searched the Anwsers on L

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-08 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open => Answered RaiMan proposed the following answer: --- when manually, I always ensures it is hard enough I guess you mean, that you hold the mouse button a little bit longer than usual, bef

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Now in my script, I want to do this operation: I'm waiting for one picture which may be displayed in 10-20 seconds. When it's displayed, click it. But it may display on differ

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread RaiMan
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Status: Open => Answered RaiMan proposed the following answer: Since we basically are in a Java environment, you would be supposed to write each function as someRegion.function() where someRegion is a

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Status: Answered => Solved Parn Yin 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 #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: By the way, If Sikuli has a function or parameter for searching(used for click, wait, exists...) on all the screens, that would be wonderful. :) -- You received this question

[Sikuli-driver] [Question #235379]: how to copy part of a string

2013-09-08 Thread hakim johari
New question #235379 on Sikuli: https://answers.launchpad.net/sikuli/+question/235379 Hi, I need to copy a string and paste it in other page. This is my task: Copy an IC number from "ready to perso" page and paste it in "update perso status" page The thing is, this IC number in "ready to pers

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread RaiMan
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 RaiMan posted a new comment: at comment #4: is on the list ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread RaiMan
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 RaiMan posted a new comment: currently only this: someImage = "image.png" screens = (Screen(i) for i in range(Screen.getNumberScreens()) start = time.time() while time.time()-start < 20 found = False

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-08 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Thanks gain! RaiMan ^_^ -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #235379]: how to copy part of a string

2013-09-08 Thread RaiMan
Question #235379 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235379 Status: Open => Answered RaiMan proposed the following answer: you might try: click(("ICnumber.png")targetOffset(189, -3)) type('a', KeyModifier.CTRL) type('c', KeyModifier.CTRL) click("clos