[Sikuli-driver] [Question #281215]: How to call a function from another class

2016-01-19 Thread Chandrima
New question #281215 on Sikuli: https://answers.launchpad.net/sikuli/+question/281215 Hi How can i access methods of channel1 in channel2 so that test_script1,test_script2 is execute first and then test_script3,test_script4. Note:- The main issue is when i am executing suite1= unittest.TestLoa

Re: [Sikuli-driver] [Question #281192]: Cannot start app ONLY when running the tests with maven

2016-01-19 Thread TheGambler
Question #281192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281192 Status: Open => Needs information TheGambler requested more information: Can you post a small example with code and a pom.xml so that we can try to reproduce your problem? -- You received this question

Re: [Sikuli-driver] [Question #281182]: Null pointer exception using Sikuli in Java

2016-01-19 Thread TheGambler
Question #281182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281182 Status: Open => Needs information TheGambler requested more information: Can you post a small example code and pom.xml? -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #280855]: There are two buttons that are exactly the same, one is gray but one is yellow. I want it to chose the yellow and not the gray.

2016-01-19 Thread Spencer
Question #280855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280855 Status: Answered => Solved Spencer confirmed that the question is solved: Thanks TheGambler, that solved my question. -- You received this question notification because your team Sikuli Drivers is an a

[Sikuli-driver] [Bug 1269650] Re: [1.0.1] getBundlePath() adds extra slash at end --- fixed in 1.1.0

2016-01-19 Thread Jay
Everywhere I look suggests that the correct way to get the bundle path for opening other files you want to keep in your bundle is like this: os.path.dirname(getBundlePath()) However, without the trailing slash, this returns the parent directory of the Sikuli bundle, not the sikuli bundle itself.

Re: [Sikuli-driver] [Question #280949]: Recognizing bad returns from Region.text()

2016-01-19 Thread KenK
Question #280949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280949 Status: Answered => Solved KenK confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

[Sikuli-driver] [Question #281192]: Cannot start app ONLY when running the tests with maven

2016-01-19 Thread vicus
New question #281192 on Sikuli: https://answers.launchpad.net/sikuli/+question/281192 Hi, I have a test scenario where I open Add/Remove Programs app from a Sikuli test and then I remove an app using the normal UI flow. Here's how I open the uninstall app: App uninstallApp = new App("cmd.exe /

Re: [Sikuli-driver] [Question #281180]: click(exists()) always return True

2016-01-19 Thread Evgen
Question #281180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281180 Status: Answered => Open Evgen is still having a problem: Sure I can, and i will if changes in version 1.1.0 is permanent. But I wonder, maybe version 1.1.1 will fix this -- You received this question

Re: [Sikuli-driver] [Question #280972]: Spacing issue when using .text() feature

2016-01-19 Thread TooFanHasArrived
Question #280972 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280972 TooFanHasArrived posted a new comment: Any ETA on the improvement? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #280972]: Spacing issue when using .text() feature

2016-01-19 Thread Katy
Question #280972 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280972 Status: Open => Answered Katy proposed the following answer: In reference to Sikuli OCR: Please note the OCR technology is not perfect, especially for screen text. We believe there is still much space f

Re: [Sikuli-driver] [Question #281180]: click(exists()) always return True

2016-01-19 Thread Katy
Question #281180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281180 Status: Open => Answered Katy proposed the following answer: Can you use: if not exists (image): #do actions to make image visible else: #do this -- You received this question notificat

Re: [Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-19 Thread Katy
Question #281176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281176 Status: Open => Answered Katy proposed the following answer: If you click on the image you have taken, a pattern settings box will open and you can turn up the similarity of the image under Matching Prev

Re: [Sikuli-driver] [Question #281181]: SikuliX editor lost indenting and deleting pictures on save

2016-01-19 Thread ceyhunganioglu
Question #281181 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281181 Status: Open => Solved ceyhunganioglu confirmed that the question is solved: My bad. I forgot to close the quote on a string. It is very difficult to find such problem with this editor :( -- You recei

[Sikuli-driver] [Question #281182]: Null pointer exception using Sikuli in Java

2016-01-19 Thread Borja MiƱano
New question #281182 on Sikuli: https://answers.launchpad.net/sikuli/+question/281182 Hi, I am facing a null pointer exception when trying to use sikuli api in my project: java.lang.ExceptionInInitializerError at eu.iac3.mathMS.guiTestingTest.GuiTestingTest.testEditor(GuiTestingTest.ja

[Sikuli-driver] [Question #281181]: SikuliX editor lost indenting and deleting pictures on save

2016-01-19 Thread ceyhunganioglu
New question #281181 on Sikuli: https://answers.launchpad.net/sikuli/+question/281181 Hi, I am writing a script which contains the main functions of my tests. None of the functions are creating error messages and editor saves the script without any error messages. But I started writing a func

[Sikuli-driver] [Question #281180]: click(exists()) always return True

2016-01-19 Thread Evgen
New question #281180 on Sikuli: https://answers.launchpad.net/sikuli/+question/281180 Hi, Usually Im using code something like this: if not click(exists('some_image')): # do some actions to make image visible click('some_image') But after update to version 1.1.0 ive noticed that click(e

Re: [Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-19 Thread Ayush Sharma
Question #281176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281176 Ayush Sharma gave more information on the question: The background windows can not be closed because It has to be in use, also the active window is fixed (can not be maximized, try opening device manager as a

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

2016-01-19 Thread Marc W
Question #281131 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281131 Marc W posted a new comment: There's loads of Java image manipulation libraries (or you can write your own). Youst do a Google, e.g. http://stackoverflow.com/questions/603283/what-is-the-best-java-image- pro

Re: [Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-19 Thread Marc W
Question #281176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281176 Marc W posted a new comment: When I had similar problems, I tried various combinations of: Maximizing all windows as soon as possible (so windows without focus can't be seen) Closing windows in other ways (

[Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-19 Thread Ayush Sharma
New question #281176 on Sikuli: https://answers.launchpad.net/sikuli/+question/281176 Hi, I want to click on Close Button(Upper Right Corner of an active window), while the same close option is there in a background window. Although the active window's close button looks red and the background