[Sikuli-driver] [Question #281131]: Sikuli image processing

2016-01-18 Thread Joe Hill
New question #281131 on Sikuli: https://answers.launchpad.net/sikuli/+question/281131 I have been tasked with using the Sikuli tool for test automation purposes. I need to know if it is possible to work with an image that is NOT on screen using Sikuli and if so, how. Task: As of now I have a

[Sikuli-driver] [Question #281117]: sikuliAction.doubleclick is giving error

2016-01-18 Thread Madhavi
New question #281117 on Sikuli: https://answers.launchpad.net/sikuli/+question/281117 sikuliAction.doubleclick is giving error when executed in VS2012. Giving error message as Can'nt find depenedent libraries java.lang.classloader and so on.. -- You received this question notification because

[Sikuli-driver] [Question #281134]: openApp failed file not found

2016-01-18 Thread hakim johari
New question #281134 on Sikuli: https://answers.launchpad.net/sikuli/+question/281134 Hi I want to open > write > save > close this is my code: if exists("collectionRed-1.JPG"): openApp("Z:\UiTM\\fyp\\automation test\\result\\TC_001.txt\") type("Collection menu turn to red")

Re: [Sikuli-driver] [Question #281134]: openApp failed file not found

2016-01-18 Thread RaiMan
Question #281134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281134 Status: Open => Answered RaiMan proposed the following answer: A .txt file cannot be opened this way. You have to issue a start command using run. But why do you not use the user logging feature for

Re: [Sikuli-driver] [Question #281134]: openApp failed file not found

2016-01-18 Thread hakim johari
Question #281134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281134 Status: Answered => Open hakim johari is still having a problem: I didn't know sikuli have that feature Can u show me the coding example for the user logging feature? Thanks a bunch -- You received

Re: [Sikuli-driver] [Question #186644]: screen type some times misses the characters

2016-01-18 Thread Arun
Question #186644 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186644 Arun posted a new comment: Hi, sorry to open this old thread, but i am seeing almost the same issue with Sikuli and C#. i am using a Nuget package (SikuliSharp) that wraps around Sikuli and we are noticing

[Sikuli-driver] [Question #281122]: Screen.wait() memory leak

2016-01-18 Thread Marc W
New question #281122 on Sikuli: https://answers.launchpad.net/sikuli/+question/281122 I've just noticed that if you run screen.wait(filename, waittime), then the memory usage flies up until it hits my 512mb JVM max after about 10-12 seconds, where it stays until the program exits. i.e. it even

Re: [Sikuli-driver] [Question #281134]: openApp failed file not found

2016-01-18 Thread hakim johari
Question #281134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281134 hakim johari gave more information on the question: thanks I found how to do the logging feature but I got an error with the script this is my script: import logging; reload(logging) #create a new logging

[Sikuli-driver] [Question #281167]: How to get the equivalent special key of RETUN button in IOS Simulator(XCODE)?

2016-01-18 Thread tanya25
New question #281167 on Sikuli: https://answers.launchpad.net/sikuli/+question/281167 Trying to figure out on how to search/find a particular word on the application. Currently using XCODE iOS Simulator, one of the requirements is to search a word but keyboard of the IOS Simulator should always

Re: [Sikuli-driver] [Question #269620]: Sikuli is not booting up in OS X El Capitan

2016-01-18 Thread amardeep.rishi
Question #269620 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269620 amardeep.rishi requested more information: When can we expect Sikuli IDE to work with El capitan? -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Bug 1512790] Re: SikuliX hangs after El Capitan upgrade

2016-01-18 Thread amardeep.rishi
1.1.0 Not working with El capitan -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1512790 Title: SikuliX hangs after El Capitan upgrade Status in Sikuli: Opinion Bug description: After

[Sikuli-driver] [Bug 1512702] Re: [1.1.0] OS X 10.11.1: Java 6 - IDE not working - use final 1.1.0 and Java 7 or Java 8

2016-01-18 Thread amardeep.rishi
I am using 10.11.2 and java version "1.7.0_79" IDE Sikuli-X-1.0rc3 (r905)-osx-10.6.dmg does not open. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1512702 Title: [1.1.0] OS X 10.11.1: Java 6 -

Re: [Sikuli-driver] [Question #280524]: how to add traineddata file in sikuli

2016-01-18 Thread Srujan
Question #280524 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280524 Description changed to: Hi, I have generated my own eng.traineddata file to support specific font style. how can i add this file in sikuli. . -- You

Re: [Sikuli-driver] [Question #280524]: how to add traineddata file in sikuli

2016-01-18 Thread Srujan
Question #280524 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280524 Description changed to: Hi, I have generated my own eng.traineddata file to support specific font style. how can i add this file in sikuli. .

Re: [Sikuli-driver] [Question #280524]: how to add traineddata file in sikuli

2016-01-18 Thread Srujan
Question #280524 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280524 Description changed to: Hi, I have generated my own eng.traineddata file to support specific font style. how can i add this file in sikuli. -- You received this question notification because your team

[Sikuli-driver] [Question #281171]: Sikuli + Selenium

2016-01-18 Thread romit
New question #281171 on Sikuli: https://answers.launchpad.net/sikuli/+question/281171 How i use sikuli + selenium? Any link or solution for this. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #281172]: Unable to add contents in reports in sikuli

2016-01-18 Thread Chandrima
New question #281172 on Sikuli: https://answers.launchpad.net/sikuli/+question/281172 Hi, I am trying to execute a code using HTMLTestRunner where HTMLTestRunner.py file is placed in the sikuli script folder. But when i am trying to execute the below code,report file is getting generated but