Re: [Sikuli-driver] [Question #270082]: Calling a data from TXT file

2015-08-18 Thread Anurag
Question #270082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270082 Status: Needs information => Open Anurag gave more information on the question: ay my file look like this. name Anurag age 12 sex male. name Lokesh age 24 sex male. name Ashu age 23 sex male. and my cod

Re: [Sikuli-driver] [Question #260954]: Grouping for 1.10? Unclear how to use 'use(aRegionOrAScreen)' or 'with'

2015-08-18 Thread Sudden Imphead
Question #260954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260954 Sudden Imphead posted a new comment: thanks RaiMan, not sure where the updated docs are -- I see http://sikulix-2014.readthedocs.org/en/latest/region.html#grouping- method-calls-with-region, which is then not

[Sikuli-driver] [Bug 1485975] Re: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly

2015-08-18 Thread Naidu
After Multiple tests run successfully, i.e opening & closing safari several times, one of the test fails with this reason & all the rest of the tests gets aborted from then on. The debug info is generated at console. -- You received this bug notification because you are a member of Sikuli Driver

[Sikuli-driver] [Bug 1485975] Re: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly

2015-08-18 Thread RaiMan
ok, thanks. ... and where do you get the mentioned error? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1485975 Title: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test

[Sikuli-driver] [Bug 1485975] Re: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly

2015-08-18 Thread Naidu
Hi raiman, i used the code from your maven sample. Start the browser: App ff = new App(browser); ff.focus(); if (null == screen.exists(image)) { while (null == ff.window()) { screen.wait(1f); } screen.type("l", Key.CMD); screen.wait

Re: [Sikuli-driver] [Question #269898]: Project names confusion

2015-08-18 Thread Eugene S
Question #269898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269898 Description changed to: Hi RaiMan, It seems that I am bit confused about the Sikuli project names. I thought I understand how they are organized but after going through some of the questions I am not longer

Re: [Sikuli-driver] [Question #270186]: Linux highlight

2015-08-18 Thread RaiMan
Question #270186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270186 RaiMan posted a new comment: @Eugene thanks for your solution: simple but brilliant ;-) I have added it to the docs to the description of highlight() (adding a loop parameter, to do the turn more than once ;

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-18 Thread RaiMan
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Open => Answered RaiMan proposed the following answer: mouseDown() -- the specified mouse button is pressed an held until a corresponding mouseUp() mouseUp() -- the specified mouse button is r

[Sikuli-driver] [Bug 950603] Re: [1.1.0] Region.highlight() should not close expanded menu or drop down

2015-08-18 Thread RaiMan
** Description changed: + *** workaround + + use hover() instead + + or some function like this (1.1.0+) + + def hoverHighlight(reg, loop = 1): + for n in range(loop): + hover(reg.getTopLeft()) + hover(reg.getTopRight()) + hover(reg.getBottomRight()) + hover(reg.getBot

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-18 Thread Sambit Das
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Needs information => Open Sambit Das gave more information on the question: Eugene the script I mean the method of java gets passed. But It's not performing the required action. Thats the reaso

[Sikuli-driver] [Bug 950603] Re: X-1.0rc3: Region.highlight() should not close expanded menu or drop down

2015-08-18 Thread RaiMan
** Changed in: sikuli Milestone: None => 2.0.0 ** Summary changed: - X-1.0rc3: Region.highlight() should not close expanded menu or drop down + [1.1.0] Region.highlight() should not close expanded menu or drop down -- You received this bug notification because you are a member of Sikuli Dri

[Sikuli-driver] [Bug 950603] Re: X-1.0rc3: Region.highlight() should not close expanded menu or drop down

2015-08-18 Thread David ENJOLRAS
I confirm this bug description, and I'm also interested in a solution... Thanks. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/950603 Title: X-1.0rc3: Region.highlight() should not close expanded

[Sikuli-driver] [Bug 1485975] Re: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly

2015-08-18 Thread RaiMan
how do you stop and start Safari? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1485975 Title: Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly Sta

[Sikuli-driver] [Bug 1485975] [NEW] Mac OS 10.10.5 + Java+maven+1.1.0 sikuli : Safari gets terminated & Test suite stops abruptly

2015-08-18 Thread Naidu
Public bug reported: Below is the error log: I am using java+maven+1.1.0 sikuli version. In my code, before every test case, i start the safari browser, do something & close the browser. When i run the test cases individually, i am facing no issues. But when i run it as a suite, safari is getting

Re: [Sikuli-driver] [Question #260954]: Grouping for 1.10? Unclear how to use 'use(aRegionOrAScreen)' or 'with'

2015-08-18 Thread RaiMan
Question #260954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260954 RaiMan posted a new comment: @Sudden Imphead docs changed - please read and comment -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Siku

Re: [Sikuli-driver] [Question #260954]: Grouping for 1.10? Unclear how to use 'use(aRegionOrAScreen)' or 'with'

2015-08-18 Thread RaiMan
Question #260954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260954 RaiMan posted a new comment: @Sudden Imphead Thanks. I fully agree. - 'use' will not be an official feature in 1.1.0 (so it should not be in the docs, only doc'ed in the code) - the problem with 'with' from

Re: [Sikuli-driver] [Question #269898]: Project names confusion

2015-08-18 Thread Launchpad Janitor
Question #269898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269898 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

[Sikuli-driver] [Bug 1485902] [NEW] [1.1.0] Windows 10: JDK needed to run SikuliX --- JRE should be sufficient

2015-08-18 Thread RaiMan
Public bug reported: * workaround install a JDK -- Hi I have Windows 10 OS, SIkuli Stable version and Java jre-7u51-windows-i586. When i tried launching IDE using runIDE.cmd, SIkuli IDE is not launching. Is windows 10 is working for Sikuli? Thanks

[Sikuli-driver] [Question #269810]: Status of bug #1485902 changed to 'In Progress' in Sikuli

2015-08-18 Thread RaiMan
Bug #1485902 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1485902 "[1.1.0] Windows 10: JDK needed to run SikuliX --- JRE should be sufficient" This bug is linked to #269810. Sikuli not working on Windows10 https://answers.launchpad.net/sikuli/+question/

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-08-18 Thread RaiMan
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Linked to bug: #1485902 https://bugs.launchpad.net/bugs/1485902 "[1.1.0] Windows 10: JDK needed to run SikuliX --- JRE should be sufficient" -- You received this question notification because yo

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-08-18 Thread RaiMan
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 RaiMan posted a new comment: Ok, thanks for the information. In fact, this is not intended, since in any case SikuliX should run with a JRE only. I will make it a bug. -- You received this question notifi

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-18 Thread Eugene S
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Open => Needs information Eugene S requested more information: I think I understand the question but you didn't say what's currently wrong with this code example that you attached. Errors? anythi

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-18 Thread Sambit Das
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Answered => Open Sambit Das is still having a problem: Hi Eugene If there are 10 lines present in a paragraph. Out of the 10 lines Suppose I need to create Highlight for 2 lines only. So I wil