Re: [Sikuli-driver] [Question #244181]: My scripts are failing due to slight change in radio button. How to overcome this issue?

2014-03-06 Thread Launchpad Janitor
Question #244181 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244181 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 #245020]: Sikuli sequencer

2014-03-06 Thread Marius
Question #245020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245020 Status: Answered => Open Marius is still having a problem: Where can I find exact documentation for Debug.user? I searched for, but I did not find enough. It is also not clear what Debug.user does and h

Re: [Sikuli-driver] [Question #245020]: Sikuli sequencer

2014-03-06 Thread RaiMan
Question #245020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245020 Status: Open => Answered RaiMan proposed the following answer: Sorry, now docs available yet. I made an example (with correct usage ;-) Debug.setUserLogFile("/Users/rhocke/my-log.txt") Settings.UserLog

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

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information => Open Greg Howell gave more information on the question: Sikuli IDE 1.0.1 the following may be more than you need, but thought it might help: [debug (2/20/14 4:26:56 PM)] Ru

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

2014-03-06 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open => Needs information RaiMan requested more information: --1. currently when rerunning setup, it is recommended, to delete everything in the setup folder (C:\Users\ghowell\Documents\SikuliX

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

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information => Open Greg Howell gave more information on the question: I have some more interesting things to point out from my investigation. To give you an idea of my setup, I have a De

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-06 Thread Loren Lai
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 Status: Answered => Solved Loren Lai confirmed that the question is solved: Hello Obiwan, OK, it works ;-) Thank you very much. Cheers Loren -- You received this question notification because you ar

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

2014-03-06 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open => Answered RaiMan proposed the following answer: Thanks for the detailed information and and for not giving up. I will check the influence of a negative Y value on the monitor config in Si

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

2014-03-06 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Linked to bug: #1288796 https://bugs.launchpad.net/bugs/1288796 "[1.0.1] MultiMonitor: negative Y value for second monitor might muss up monitor config" -- You received this question notificati

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

2014-03-06 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: Thank you but I'm sorry to bug you with one more thing I noticed about it. So my Screen(0) is my main display on the right and my screen(1

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

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Greg Howell gave more information on the question: def changed(event): for ch in event.changes: ch.highlight() # highlight all changes sleep(1) for ch in event.changes:

[Sikuli-driver] [Bug 1288796] [NEW] [1.0.1] MultiMonitor: negative Y value for second monitor might muss up monitor config

2014-03-06 Thread RaiMan
Public bug reported: Hey, I'm pretty new to Sikuli but am struggling with this multiple monitor thing. I've looked through other posts and didn't quite find an answer. I'm running Windows 7 (maybe that's the problem!) and have a laptop with an external monitor. My external monitor is my primary

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

2014-03-06 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open => Needs information RaiMan requested more information: if you are willing to test with a preview of 1.1.0-Beta1 and are able to download something from DropBox, then send me a mail silently

[Sikuli-driver] [Question #245087]: How to Integrate automa and sikuli

2014-03-06 Thread pavan p.Tuptewar
New question #245087 on Sikuli: https://answers.launchpad.net/sikuli/+question/245087 I need help for integrate automa and Sikuli . can i use the automa class and function by importing the class in my automation script. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #245087]: How to Integrate automa and sikuli

2014-03-06 Thread RaiMan
Question #245087 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245087 Status: Open => Needs information RaiMan requested more information: If you are programming in Java, you can do what you like with sikuli- java.jar from version 1.0.1 (Sikuli will not bite or do any harm

[Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread jeff radom
New question #245098 on Sikuli: https://answers.launchpad.net/sikuli/+question/245098 How to get text extract text from Clipboard? I've tried used Env but it say Deprecated. Please, any sample will have a lot. I need assert a result on a browser window using Java and Testng Thanks Jeff --

Re: [Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread Eugene S
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Open => Answered Eugene S proposed the following answer: This should work: text = Env.getClipboard() -- You received this question notification because you are a member of Sikuli Drivers, whic

Re: [Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread jeff radom
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Answered => Open jeff radom is still having a problem: Env method shows deprecated in my Java project. I use a Mac and my Java code in Eclipse looks like: s.doubleClick (

[Sikuli-driver] [Question #245114]: How can use the automa with sikuli

2014-03-06 Thread pavan p.Tuptewar
New question #245114 on Sikuli: https://answers.launchpad.net/sikuli/+question/245114 I wanted to use the automa (http://www.getautoma.com) with my sikuli script is there any way to integrate sikuli and automa library , i am using the sikuli IDE for developing my automation script . -- You rec

Re: [Sikuli-driver] [Question #244964]: [sikuli-java] After a pop-up, images are not recognized on the application

2014-03-06 Thread Pathiyil
Question #244964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244964 Status: Answered => Solved Pathiyil confirmed that the question is solved: Thanks. Looks like my attempted work around for a different issue was the problem here. I was running into a case of an image b

Re: [Sikuli-driver] [Question #245114]: How can use the automa with sikuli

2014-03-06 Thread RaiMan
Question #245114 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245114 Status: Open => Answered RaiMan proposed the following answer: You might call any runnable automa artefact from your Sikuli script using Jython's subprocess. "Lybrary integration" depends on what API's

Re: [Sikuli-driver] [Question #244964]: [sikuli-java] After a pop-up, images are not recognized on the application

2014-03-06 Thread RaiMan
Question #244964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244964 RaiMan posted a new comment: Uuups, did not take into account such a problem. You are right: given values should be checked. I will add an "Invalid parameter" exception at places where it makes sense in the

Re: [Sikuli-driver] [Question #129181]: [HowTo] instantly start Sikuli scripts from anywhere

2014-03-06 Thread RaiMan
Question #129181 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/129181 Assignee: None => RaiMan Description changed to: ** more information on this is not available currently (early 2014) ... but the mentioned approach will come back later in 2014 --

[Sikuli-driver] [Question #245115]: [sikuli-java] Share a Screen instance or re-create a new one

2014-03-06 Thread Pathiyil
New question #245115 on Sikuli: https://answers.launchpad.net/sikuli/+question/245115 Hi, A question on best practice with sikuli-java - regarding the 'cost' of creating Screen objects: I have a collection of tests. Is it a better practice to instantiate the Screen object once and use that in

Re: [Sikuli-driver] [Question #245115]: [sikuli-java] Share a Screen instance or re-create a new one

2014-03-06 Thread RaiMan
Question #245115 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245115 Status: Open => Answered RaiMan proposed the following answer: A Screen object (which inherits from Region) itself is lightweight, since it only contains some numbers and some references. The only heavy

Re: [Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread obiwan-92
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Open => Answered obiwan-92 proposed the following answer: Hello, Try to replace s.type("c", Key.CMD) by s.type("c", KeyModifier.CTRL) Regards. -- You received this question notification becaus

Re: [Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread RaiMan
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 RaiMan proposed the following answer: @obiwan he is on Mac, so s.type("c", Key.CMD) is ok. I guess a wait could help: s.doubleClick ("unit_200.png"); s.wait(1); s.type("c", Key.CMD); s.wait(1);