Re: [Sikuli-driver] [Question #647563]: Python Tabulate ImportError ( No module named tabulate )

2017-07-16 Thread Jp17
Question #647563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647563 Status: Answered => Solved Jp17 confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

[Sikuli-driver] [Question #649152]: what does it mean background at the edges

2017-07-16 Thread masuo
New question #649152 on Sikuli: https://answers.launchpad.net/sikuli/+question/649152 I read this document. http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen I can't understand the following explanation what does it means visually. "Dependi

[Sikuli-driver] [Question #649155]: Set Password

2017-07-16 Thread Hossain Abeer
New question #649155 on Sikuli: https://answers.launchpad.net/sikuli/+question/649155 Hi, I am trying to set password on starting the program. It would prompt a window, ask for a password, then do its operations. I have used the following commands: yes = popAsk("PassWord?", "Program") if not ye

[Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread arminius
New question #649156 on Sikuli: https://answers.launchpad.net/sikuli/+question/649156 I have a question about the Sikuli IDE itself, I have a script that has multiple lines with similar screenshots, I won't go into why I feel I need to do that, but I'm using "while not exists(Pattern("screensho

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread arminius
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Description changed to: I have a question about the Sikuli IDE itself, I have a script that has multiple lines with similar screenshots, I won't go into why I feel I need to do that, but I'm using "while no

Re: [Sikuli-driver] [Question #649152]: what does it mean background at the edges

2017-07-16 Thread RaiMan
Question #649152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649152 Status: Open => Answered RaiMan proposed the following answer: Since it is so easy, people tend to capture their images rather broadly than putting the cutting line very near around the main aspects (e.g

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread masuo
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Status: Open => Answered masuo proposed the following answer: use Debug.user() http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=debug.user#debuglog -- You received this question n

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread arminius
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Status: Answered => Open arminius is still having a problem: I tried this code. "Settings.UserLogs = True Settings.UserLogTime = True Debug.setUserLogFile("C:\Users\Me\Desktop\Sikuli bug file.txt")" ran

[Sikuli-driver] [Bug 1704302] Re: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-16 Thread Edmundo V. Neto
To isolate a different version of Java I created a docker container with OpenJDK 7u131, it's working as expected so far. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1704302 Title: [1.1.x] Linux

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread masuo
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Status: Open => Answered masuo proposed the following answer: You wrote nothing not yet. to write a user log message: Debug.user("text with %placeholders", args …) where text is a string according to th

Re: [Sikuli-driver] [Question #649118]: How to pass strings from a python script to Sikuli script?

2017-07-16 Thread teste
Question #649118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649118 Status: Answered => Open teste is still having a problem: Hello @masuo, I thought on this method but the problem is that it needs to be "lightining fast", I think that writing and reading from a file wou

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread arminius
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Status: Answered => Open arminius is still having a problem: I tried "Debug.user("text with %placeholders", args …)" it threw error messages, like "[error] script [ test ] stopped with error at line --u

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread masuo
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 Status: Open => Answered masuo proposed the following answer: [example1:] Debug.user("start function abc") Debug.user("step 1") [example2:] no = 2 Debug.user("step %d" % no) -- You received this que

Re: [Sikuli-driver] [Question #649156]: Highlight commands as they run

2017-07-16 Thread masuo
Question #649156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649156 masuo proposed the following answer: [example1:] Debug.user("start function abc") Debug.user("step 1") [example2:] no = 2 msg = "step %d" % no Debug.user(msg) -- You received this question notification bec

Re: [Sikuli-driver] [Question #649118]: How to pass strings from a python script to Sikuli script?

2017-07-16 Thread masuo
Question #649118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649118 masuo posted a new comment: After you compare with scraping time and reading file time, you think so? Scraping is "lightining fast",too? -- You received this question notification because your team Sikuli D

Re: [Sikuli-driver] [Question #649155]: Set Password

2017-07-16 Thread Manfred Hampl
Question #649155 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649155 Status: Open => Answered Manfred Hampl proposed the following answer: There is no logic in your program to validate the code that has been entered. You need to compare the entered value with the desired