Re: [Sikuli-driver] [Question #245371]: sikuli does not find the object

2014-03-13 Thread Loren Lai
Question #245371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245371 Status: Answered = Solved Loren Lai confirmed that the question is solved: Hi obiwan, it works ! :-) Thank you *hug* :-))) Loren -- You received this question notification because you are

Re: [Sikuli-driver] [Question #245383]: How to validate animation?

2014-03-13 Thread obiwan-92
Question #245383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245383 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Take a screenshoot of your object without any background at all. Then define the region between the point A and B. For example :

[Sikuli-driver] [Question #245030]: Status of bug #1288796 changed to 'Confirmed' in Sikuli

2014-03-13 Thread obiwan-92
Bug #1288796 status changed in Sikuli: Incomplete = Confirmed https://bugs.launchpad.net/sikuli/+bug/1288796 [1.0.1] MultiMonitor: Highlight doesn't work correctly with several screens This bug is linked to #245030. Screen(1) doesn't seem to work.

[Sikuli-driver] [Bug 1288796] Re: [1.0.1] MultiMonitor: Highlight doesn't work correctly with several screens

2014-03-13 Thread obiwan-92
Hello. Resume : When I use the following code, the highlight area show an image coming from the screen 0 when it should be an image from the screen 1. r = Region(Screen(1).getBounds()) print Region : , r def changed(event): print Event : , event for ch in event.changes: print

[Sikuli-driver] [Question #245422]: how to run custom windows command from Sikuli which are not available in os module

2014-03-13 Thread sudhir takale
New question #245422 on Sikuli: https://answers.launchpad.net/sikuli/+question/245422 Hi, There are some windows command (dnscmd) which i need to run using os.system. When added code like this os.system(dnscmd /zoneprint zonename) gettng error message command not found. Kindly suggest. --

Re: [Sikuli-driver] [Question #245422]: how to run custom windows command from Sikuli which are not available in os module

2014-03-13 Thread obiwan-92
Question #245422 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245422 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Try with os.popen function. But I think it's probably not coming from Sikuli. Try to call the same instruction, in the Windows

Re: [Sikuli-driver] [Question #245383]: How to validate animation?

2014-03-13 Thread donatelo
Question #245383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245383 Status: Answered = Solved donatelo confirmed that the question is solved: Thanks! Works much more better with region and this approach try: r.wait(objectMoving , 10) print picture visible

Re: [Sikuli-driver] [Question #245383]: How to validate animation?

2014-03-13 Thread donatelo
Question #245383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245383 donatelo confirmed that the question is solved: Thanks obiwan-92, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #244583]: How to rotate a image (360 degree) using sikuli

2014-03-13 Thread Launchpad Janitor
Question #244583 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244583 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 #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread obiwan-92
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open = Answered obiwan-92 proposed the following answer: Hello. The bug is confirmed. It will probably resolve for the next version. Thanks a lot to finding it. ;) Regards. -- You received

[Sikuli-driver] [Question #245435]: Sikuli is not able to click , type properly when run on VM

2014-03-13 Thread Ajay
New question #245435 on Sikuli: https://answers.launchpad.net/sikuli/+question/245435 I am using SikuliRC script to launch Sikuli on VM. Both the machines are communicating properly. But the main problem is, it is not able to properly click or type on the target offset. Any idea ?? -- You

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Open Greg Howell is still having a problem: You're welcome. And thanks for jumping on it so fast. So I only have 2 questions: 1) When do you predict the next version becoming

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread obiwan-92
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open = Answered obiwan-92 proposed the following answer: Hello, I can't tell you when the next version will come. Sikuli is an open source application, every one can develop it. Currently,

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Solved Greg Howell confirmed that the question is solved: Thanks for the reply. No need to be sorry. I was just curious on the timing. Glad to hear those other functions worked in

Re: [Sikuli-driver] [Question #172592]: File can't be found on disk

2014-03-13 Thread Pran
Question #172592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172592 Pran posted a new comment: Hi RaiMan, I am just facing the similar issue. I was running my sikuli automation tests till 2 months back. Now I am trying to run it through the same machine, same code, but it

[Sikuli-driver] [Question #245442]: how does the python code looks like for this task

2014-03-13 Thread Loren Lai
New question #245442 on Sikuli: https://answers.launchpad.net/sikuli/+question/245442 Hello all, how can I do this generic (loop in python) ? I have a directory called myTXT and in this directory there are many txt-files, e.g. myTXT tc1.txt tc2.txt tc3.txt

Re: [Sikuli-driver] [Question #172592]: File can't be found on disk

2014-03-13 Thread Pran
Question #172592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172592 Pran posted a new comment: Just to get email on your discussion -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #245444]: png looks like a file, but can't be found on the disk. Assume it's text.

2014-03-13 Thread Pran
New question #245444 on Sikuli: https://answers.launchpad.net/sikuli/+question/245444 I am using 1.0rc3 on Windows and recently started getting the following error while running: [error] *.png looks like a file, but can't be found on the disk. Assume it's text. I have the same scripts installed

Re: [Sikuli-driver] [Question #245442]: how does the python code looks like for this task

2014-03-13 Thread Loren Lai
Question #245442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245442 Status: Open = Solved Loren Lai confirmed that the question is solved: I have managed to do it by myself. :-) Thank you any way. -- You received this question notification because you are a member of

[Sikuli-driver] [Question #245447]: Looking to copy text from a specific location in a browser

2014-03-13 Thread Gokul Sridharan
New question #245447 on Sikuli: https://answers.launchpad.net/sikuli/+question/245447 Hello, I am looking copy text from a specific location in a web page? How do I do that? Thanks, Gokul -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #245444]: png looks like a file, but can't be found on the disk. Assume it's text.

2014-03-13 Thread obiwan-92
Question #245444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245444 Status: Open = Answered obiwan-92 proposed the following answer: Hello I'm sorry, but the version 1.0 RC3 was a release candidate. This version is not supported anymore. Please update Sikuli to the

Re: [Sikuli-driver] [Question #245447]: Looking to copy text from a specific location in a browser

2014-03-13 Thread obiwan-92
Question #245447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245447 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Select the text you want to copy by make a double click, then : type('c', KeyModifier.CTRL) text = Env.getClipboard() Regards.

[Sikuli-driver] [Question #245448]: vlog logging with text recognition

2014-03-13 Thread _IF_
New question #245448 on Sikuli: https://answers.launchpad.net/sikuli/+question/245448 Hi, my script has Settings.ActionLogs, Settings.InfoLogs, Settings.DebugLogs set to False, and no loggings are shown with usual actions. Altough when doing a text recognition you get a lot of vlog... stuff.

Re: [Sikuli-driver] [Question #245447]: Looking to copy text from a specific location in a browser

2014-03-13 Thread Gokul Sridharan
Question #245447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245447 Status: Answered = Open Gokul Sridharan is still having a problem: Yes I tried that, but it doesn't copy the entire line of text or paragraph of text right? -- You received this question notification

[Sikuli-driver] [Question #245455]: How to run .sikuli command line without pressing ok button on popup.

2014-03-13 Thread Learner
New question #245455 on Sikuli: https://answers.launchpad.net/sikuli/+question/245455 When i'm running sikuli command line using below command , a popup is coming showing parameter info etc . I need to click OK every time to proceed . Is there a way to bypass that popup ( without clicking on OK

[Sikuli-driver] [Question #245457]: unable to initialize Finder object in java

2014-03-13 Thread sarab
New question #245457 on Sikuli: https://answers.launchpad.net/sikuli/+question/245457 [debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 12SEP2013135849 [debug] ResourceLoaderBasic: check: we are running on arch: amd64 [debug] ResourceLoaderBasic: check: using Java at: C:/Program

[Sikuli-driver] [Question #245458]: /usr/share/libs/libVisionProxy.so: libtesseract.so.3: cannot open shared object file: No such file or directory

2014-03-13 Thread Julie Tye
New question #245458 on Sikuli: https://answers.launchpad.net/sikuli/+question/245458 Got same error as question# 241166.Tesseract package is 3.02.02. Please let me know how to resolve this issue. thanks! [debug] Debug: setLogFile: /usr/share/SikuliLog.txt [debug (3/12/14 7:28:51 PM)]

Re: [Sikuli-driver] [Question #241166]: [1.0.1] Linux: IDE: quits after cilick run button - libtesseract.so.3 missing

2014-03-13 Thread Julie Tye
Question #241166 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241166 Removed link to bug: #241166 https://bugs.launchpad.net/bugs/241166 Cannot update OpenOffice to 2.4.1 -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #241166]: [1.0.1] Linux: IDE: quits after cilick run button - libtesseract.so.3 missing

2014-03-13 Thread Julie Tye
Question #241166 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241166 Julie Tye posted a new comment: I got the exact errors. Tesseract package is: 3.02.02. what should I try next? [debug (3/12/14 6:00:59 PM)] ResourceLoaderBasic: checkLibsDir: /usr/share/libs [debug

Re: [Sikuli-driver] [Question #241166]: [1.0.1] Linux: IDE: quits after cilick run button - libtesseract.so.3 missing

2014-03-13 Thread Julie Tye
Question #241166 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241166 Linked to bug: #241166 https://bugs.launchpad.net/bugs/241166 Cannot update OpenOffice to 2.4.1 -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #245465]: Working with Sliders tutorial find fails

2014-03-13 Thread John Townsend
New question #245465 on Sikuli: https://answers.launchpad.net/sikuli/+question/245465 I have just started with Sikuli Mac. I'm working through the Sikuli Working with Slider tutorial (http://doc.sikuli.org/tutorials/sliders/sliders.html). The tutorial uses right().find to select the

Re: [Sikuli-driver] [Question #245447]: Looking to copy text from a specific location in a browser

2014-03-13 Thread Eugene S
Question #245447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245447 Status: Open = Answered Eugene S proposed the following answer: Hi, In that case I can immediately think about 2 options. Maybe there are more.. Option 1: Usually lines can be selected by triple

[Sikuli-driver] [Bug 1292336] [NEW] Sikuli focuses the wrong application

2014-03-13 Thread Luke Dunstan
Public bug reported: focusWinByAppName in WinUtil.cc attempts to use GetWindowModuleFileName() to search for applications by executable name but there are multiple bugs in that function: 1. GetWindowModuleFileName() only works for windows owned by the calling process (i.e. Sikuli itself):