[Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread Sahil Dev
New question #270585 on Sikuli: https://answers.launchpad.net/sikuli/+question/270585 1) As I see, Sikuli is based on "image recognition approach". In that case, it is compeltely "independent" of the technology with which my application has been developed in. This is because, I intend using Siku

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread Sahil Dev
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Description changed to: 1) As I see, Sikuli is based on "image recognition approach". In that case, it is compeltely "independent" of the technology with which my application has been developed in. This is be

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread RaiMan
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Status: Open => Answered RaiMan proposed the following answer: at 1: yes at 2: just start playing around with the SikuliX IDE to learn the basics and understand how it works. Or look at the tons of exam

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread Sahil Dev
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Status: Answered => Open Sahil Dev is still having a problem: Thanks a lot. at 2) Yes, I understand that working hands on is the best way to learn but I have to sort out a few IT permissions needed befo

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread RaiMan
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Status: Open => Answered RaiMan proposed the following answer: http://sikulix-2014.readthedocs.org/en/latest/index.html#tutorials-not- yet-revised-for-version-1-1-0 -- You received this question notifi

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread Eugene Maslov
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Eugene Maslov proposed the following answer: click("start.png") # make png of start btn with Sikuli IDE wait(1) type("Word") wait(3) type(Key.ENTER) wait("file.png", 15) # make png of file menu item btn with

Re: [Sikuli-driver] [Question #270585]: Fundamental question on using Sikuli

2015-08-20 Thread Sahil Dev
Question #270585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270585 Sahil Dev posted a new comment: Thanks a million -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __