Re: [Sikuli-driver] [Question #185713]: Sikuli X-1.0rc3 and Maven support

2013-03-26 Thread anmol_bagga10
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 anmol_bagga10 posted a new comment: What you can do is make a folder in your project say lib and put the sikuli-script.jar in that. and include this dependency in ur pom file dependency

Re: [Sikuli-driver] [Question #192009]: How To enter CTRl+A to slect all the text

2012-03-29 Thread anmol_bagga10
Question #192009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/192009 Status: Answered = Open anmol_bagga10 is still having a problem: still its not working sleep(5) type(anmol) sleep(5) type(a,Key.CTRL,) i opened up a note pad and run this script on the ide. instead

Re: [Sikuli-driver] [Question #192009]: How To enter CTRl+A to slect all the text

2012-03-29 Thread anmol_bagga10
Question #192009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/192009 Status: Open = Solved anmol_bagga10 confirmed that the question is solved: type(a, KeyModifier.CTRL) finally this thing worked for me.. -- You received this question notification because you

[Sikuli-driver] [Question #192009]: How To enter CTRl+A to slect all the text

2012-03-28 Thread anmol_bagga10
New question #192009 on Sikuli: https://answers.launchpad.net/sikuli/+question/192009 Can somebody help me with selecting all the text. I am using this, type(Key.CTRL,Key.A) AttributeError: type object 'org.sikuli.script.Key' has no attribute 'A' My os is windows 7, sikuli X 1.0rc3 Thanks

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread anmol_bagga10
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 anmol_bagga10 posted a new comment: ha ha.. u got me.. We are using window 7 on our machines , and the VM's os is windows server 2008.. most of the ports except some(8080 on which we are running fitnesse

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread anmol_bagga10
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 Status: Open = Solved anmol_bagga10 confirmed that the question is solved: ha ha.. u got me.. We are using window 7 on our machines , and the VM's os is windows server 2008.. most of the ports except

[Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-25 Thread anmol_bagga10
New question #185791 on Sikuli: https://answers.launchpad.net/sikuli/+question/185791 I know this questions has been asked 10 times.. but i am not satisfied with the answer.. we are using selenium-web driver and fitness testing framework. we have used sikuli extensively to automate flash

Re: [Sikuli-driver] [Question #185713]: Sikuli X-1.0rc3 and Maven support

2012-01-25 Thread anmol_bagga10
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 Status: Open = Answered anmol_bagga10 proposed the following answer: dependency groupIdedu.mit.csail.uid.sikuli/groupId artifactIdsikuli-script/artifactId version1.0