Re: [Sikuli-driver] [Question #632939]: Sikuli object identification fails if the browser is not in foreground

2017-05-18 Thread Satheesh
Question #632939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632939 Status: Answered => Open Satheesh is still having a problem: This is what I have tried, I am running my tests on VM and the problem here is when the browser window is kept in fore Ground, object identif

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Solved Test App confirmed that the question is solved: Hi RaiMan and Masuo, Thank you so much I am now able to generate a proper html report with new Keywords name and Library name

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread masuo
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Open => Answered masuo proposed the following answer: See this page and learn tabular syntax. https://github.com/robotframework/QuickStartGuide/blob/master/QuickStart.rst#test-cases This is exce

Re: [Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-05-18 Thread Sam
Question #632946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632946 Sam posted a new comment: Sending CMD output via email. Also shown below: C:\>cd C:\Users\\SikuliOffline C:\Users\\SikuliOffline>runsikulix.cm +++ running this Java java version "1.8.0_101" Java(TM)

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
ot; Test case contains no keywords. " and the following errors below "ERROR Error in file 'C:\Users\E4D User\Documents\LoginLibrary.sikuli.robot\LoginLibrary.robot': Non-existing setting 'Library C:/Users/E4D User/Documents/LoginLibrary.sikuli.robot/LoginLibrary.py'.

Re: [Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-05-18 Thread RaiMan
Question #632946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632946 Status: Open => Needs information RaiMan requested more information: is it 32-Bit or 64-Bit? The warning can be ignored. please run in a commandprompt: runsikulix.cmd -c -d 3 and send me the debug out

[Sikuli-driver] [Question #632961]: How to capture text area with the background black

2017-05-18 Thread starbaek
New question #632961 on Sikuli: https://answers.launchpad.net/sikuli/+question/632961 How to capture text area with the background black? This text area border if very thin and when I put the box around it, I think it's having hard time due to back ground being black as well. This is the error I

Re: [Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-05-18 Thread Sam
Question #632946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632946 Status: Answered => Open Sam is still having a problem: Thanks, I've tried the offline installation and everything seemed like it went okay, but on launch I'm seeing the following before the cmd window d

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread RaiMan
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 RaiMan proposed the following answer: ok, sorry, again, since you cannot edit an answer here: if __name__ == "__main__": calc = LoginLibrary() calc.runTest() ... is not needed generally in SikuliX scripts

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread RaiMan
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Open => Answered RaiMan proposed the following answer: if __name__ == "__main__": calc = LoginLibrary() calc.runTest() ... is not needed generally in SikuliX scripts and not reached in this ca

Re: [Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-05-18 Thread RaiMan
Question #632946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632946 Status: Open => Answered RaiMan proposed the following answer: You seem to have some security problems in your environment with inline downloads. You might try the offline setup: http://www.sikulix.com/

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Open Test App is still having a problem: Hi Masuo, I have corrected the code as below and tried to run it . I get the same error saying "No keyword with name 'Start App' found" Plea

Re: [Sikuli-driver] [Question #632126]: s.click(img) is not working consistently

2017-05-18 Thread Chenna
Question #632126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632126 Chenna gave more information on the question: Sometimes, no error is showing up in log file, How ever mouse is moving to the intended location, But not clicking on it. -- You received this question notifica

Re: [Sikuli-driver] [Question #632126]: s.click(img) is not working consistently

2017-05-18 Thread Chenna
Question #632126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632126 Status: Answered => Open Chenna is still having a problem: On Debug, I found the following error: To inform, am using TestNG with this. error] RobotDesktop: checkMousePosition: should be L(353,324)@S(

[Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-05-18 Thread Sam
New question #632946 on Sikuli: https://answers.launchpad.net/sikuli/+question/632946 Any insight is greatly appreciated, thanks. [debug (5/18/17 8:08:28 AM)] Debug: setLogFile: D:\SikuliAttempt2017\SikuliX-1.1.1-SetupLog.txt [debug (5/18/17 8:08:28 AM)] RunSetup: ... starting with no args given

Re: [Sikuli-driver] [Question #632939]: Sikuli object identification fails if the browser is not in foreground

2017-05-18 Thread masuo
Question #632939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632939 Status: Open => Answered masuo proposed the following answer: The solution depends on the environment. When os is Windows, App.focus() feature is valid. http://sikulix-2014.readthedocs.io/en/latest/appcl

[Sikuli-driver] [Question #632939]: Sikuli object identification fails if the browser is not in foreground

2017-05-18 Thread Satheesh
New question #632939 on Sikuli: https://answers.launchpad.net/sikuli/+question/632939 In our environment, at times, the browser may not be in the foreground , This makes the object identification to fail and the entire test fails. Is there a way to ensure or bring the browser to fore ground befo

Re: [Sikuli-driver] [Question #632850]: Can't tell the difference between two images

2017-05-18 Thread RaiMan
Question #632850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632850 RaiMan posted a new comment: @masuo: Agreed - problem with SikuliX version 1: internally with the normal find the similarity score is truncated to 2 decimals. Only if you use findAll(), then you can access

Re: [Sikuli-driver] [Question #630620]: JIntellitype Problem

2017-05-18 Thread Launchpad Janitor
Question #630620 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/630620 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 #632850]: Can't tell the difference between two images

2017-05-18 Thread masuo
Question #632850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632850 masuo posted a new comment: [Add a description] If matching similarity of both images is 1.0, whatever set minimum similarity to 0.99, script does not work. In such case, to get RGB value is useful. In such