[Sikuli-driver] [Question #238029]: Error: NameError: name 'int' is not defined

2013-10-25 Thread Jyothish mohan
New question #238029 on Sikuli: https://answers.launchpad.net/sikuli/+question/238029 Hi , I installed the CMMS(computerized maintainance management module ) in Openerp v7.0 Installled after migration to v7.0. When i click the Create button in All preventive maintainince menu The following

Re: [Sikuli-driver] [Question #238029]: Error: NameError: name 'int' is not defined

2013-10-25 Thread RaiMan
Question #238029 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238029 Status: Open = Invalid RaiMan changed the question status: wrong place -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1244441] Re: Printing help triggers java.lang.StringIndexOutOfBoundsException

2013-10-25 Thread RaiMan
thanks ** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Importance: Undecided = High ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = 1.1.0 ** Summary changed: - Printing help triggers

Re: [Sikuli-driver] [Question #238023]: append feature- html

2013-10-25 Thread RaiMan
Question #238023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238023 Status: Open = Answered RaiMan proposed the following answer: --1. depending on Sikuli version: do not have .sikuli at the drive's top level, always use at least one folder level --2. do not put other

Re: [Sikuli-driver] [Question #238023]: append feature- html

2013-10-25 Thread RaiMan
Question #238023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238023 RaiMan proposed the following answer: uuups, missed colon and indent def append(fname, text): f = open(fame, a) f.writelines(text) f.close() -- You received this question notification because

Re: [Sikuli-driver] [Question #238021]: calling a sikuli file

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 Status: Open = Answered RaiMan proposed the following answer: -- code length no, cannot be increased. Is a buffer lenght restriction (64KB) of the used Jython interpreter. -- script call for the rest

Re: [Sikuli-driver] [Question #238011]: While loop does not execute

2013-10-25 Thread RaiMan
Question #238011 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238011 Status: Open = Answered RaiMan proposed the following answer: I guess, something similar is found on the screen. So optimize the image (as little background as possible) and/or raise similarity while

Re: [Sikuli-driver] [Question #238004]: Click() function fails to click on image name passed to it parameter of list element

2013-10-25 Thread RaiMan
Question #238004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238004 Status: Open = Answered RaiMan proposed the following answer: Understanding right? you read image filenames from the file, to use them for click()? If yes, has nothing to do with text feature. An

Re: [Sikuli-driver] [Question #238021]: [1.0.1] running a 2nd sikuli file after the need to split due to codelenght --- include feature?

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 Summary changed to: [1.0.1] running a 2nd sikuli file after the need to split due to codelenght --- include feature? -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #238021]: calling a sikuli file

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 RaiMan proposed the following answer: This will work in IDE also. Using execfile() has the advantage over all other possible solutions, that the executed code runs in the context of the main script (all

[Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-25 Thread shalini
New question #238036 on Sikuli: https://answers.launchpad.net/sikuli/+question/238036 For multibrowser(IE,Firefox,chrome) i have follwed the steps in firefox: openApp(C:\Program Files\Mozilla Firefox\firefox.exe) sleep(5) click(G0toaWebSite.png)

Re: [Sikuli-driver] [Question #237875]: How to get sync between two batch file running of Sikuli scripts

2013-10-25 Thread Aravind
Question #237875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237875 Status: Answered = Solved Aravind confirmed that the question is solved: Thanks Raiman, i just tried using Python sockets for accomplishing my requirement. Like In Machine A suppose the script is

Re: [Sikuli-driver] [Question #238021]: [1.0.1] running a 2nd sikuli file after the need to split due to codelenght --- include feature?

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Question #238039]: Import xlwt python module in a Sikuli script

2013-10-25 Thread shalini
New question #238039 on Sikuli: https://answers.launchpad.net/sikuli/+question/238039 I want to export my script result to excel for that i have to import xlwt in my sikuli script. but it cause error while importing xlwt module. Please guide me how to do it. -- You received this question

[Sikuli-driver] [Question #238043]: SHIFT+SPACE+UP

2013-10-25 Thread Olena
New question #238043 on Sikuli: https://answers.launchpad.net/sikuli/+question/238043 Hi guys, first of all - thank you so much for SIKULI, such a great work! could you avice please following : my application functionality allows me to highlight line in the table with SHIFT+SPACE also I am

Re: [Sikuli-driver] [Question #237875]: How to get sync between two batch file running of Sikuli scripts

2013-10-25 Thread RaiMan
Question #237875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237875 RaiMan posted a new comment: Yes, sockets is an easy alternative for just synching. Good finding. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #237875]: How to get sync between two batch file running of Sikuli scripts --- try Python sockets

2013-10-25 Thread RaiMan
Question #237875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237875 Summary changed to: How to get sync between two batch file running of Sikuli scripts --- try Python sockets -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #237801]: Sikuli 1.0.1 Auto extract binaries for windows 32bit

2013-10-25 Thread AutoTest101
Question #237801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237801 Status: Solved = Open AutoTest101 is still having a problem: RaiMan, a quick question. Currently I'm using sikuli-java.jar through PyDev in eclipse, by setting PYTHONPATH. This way is working fine,

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-25 Thread RaiMan
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 Status: Open = Answered RaiMan proposed the following answer: this works for all browsers: type(l, KeyModifier.CTRL) # lowercase L to focus address input field paste(some_url) type(Key.ENTER) -- You

Re: [Sikuli-driver] [Question #237875]: How to synchronize Sikuli scripts on different machines --- try Python sockets

2013-10-25 Thread RaiMan
Question #237875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237875 Summary changed to: How to synchronize Sikuli scripts on different machines --- try Python sockets -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #237875]: How to get sync Sikuli scripts on different machines --- try Python sockets

2013-10-25 Thread RaiMan
Question #237875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237875 Summary changed to: How to get sync Sikuli scripts on different machines --- try Python sockets -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #238039]: Import xlwt python module in a Sikuli script

2013-10-25 Thread RaiMan
Question #238039 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238039 Status: Open = Answered RaiMan proposed the following answer: faq 2208 shows the steps for xlrd The same approach is valid for xlwt. -- You received this question notification because you are a

[Sikuli-driver] [Bug 1244607] [NEW] gap between preview and run

2013-10-25 Thread Cecile Estival
Public bug reported: Configuration : - Sikuli IDE 1.0.1 - Windows 7 - www.google.fr on Chrome - JRE 6 update 45 for Windows 32 bit Hi, 1) I open Chrome on www.google.fr 2) I open Sikuli IDE 3) I make a script with a click on 'G' of Google 4) I open the match preview popup and I see Sikuli find

Re: [Sikuli-driver] [Question #237969]: Cant find sikuli-script.jar file in Windows after installation.

2013-10-25 Thread srijith
Question #237969 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237969 Status: Answered = Solved srijith confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #238043]: SHIFT+SPACE+UP

2013-10-25 Thread RaiMan
Question #238043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238043 Status: Open = Answered RaiMan proposed the following answer: --- So it seems like my command keyDown(Key.SHIFT) is skipped Surely not: the keyUp()/keyDown() functions do not produce a log message ;-)

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread Leonardo Carvalho Sobral dos Santos
I'm running it to reproduce the bug, after reproduce i will send the SS and error message. Sikuli version is 930 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1243907 Title: After sometime

Re: [Sikuli-driver] [Question #237801]: Sikuli 1.0.1 Auto extract binaries for windows 32bit

2013-10-25 Thread RaiMan
Question #237801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237801 Status: Open = Answered RaiMan proposed the following answer: So if you want to manage the paths yourself, then you should not use the SikuliXforJython import. This is meant as a convenience and just

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-25 Thread RaiMan
I cannot reproduce it. -- Sikuli doesn't find the 'G' ... ... if this would be true, then the script should abort with a FindFailed error and not move the mouse anywhere. Are you sure, you did not add a target offset in the Preview accidentally? Use the toggle switch ctrl-T to switch between

Re: [Sikuli-driver] [Question #238043]: SHIFT+SPACE+UP

2013-10-25 Thread Olena
Question #238043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238043 Status: Answered = Open Olena is still having a problem: hello RaiMan thanks for quick reply! still no success with keyDown function :( 1. I do set focus on table cell before any actions 2. I tried

Re: [Sikuli-driver] [Question #238043]: SHIFT+SPACE+UP

2013-10-25 Thread RaiMan
Question #238043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238043 Status: Open = Answered RaiMan proposed the following answer: on Windows? If yes, you might have the NumLock problem: There are some known using-shift-to-highlight situations, that only work, if

Re: [Sikuli-driver] [Question #238043]: SHIFT+SPACE+UP

2013-10-25 Thread Olena
Question #238043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238043 Status: Answered = Solved Olena confirmed that the question is solved: yes! and yes! switched off NumLock and everything is just perfect now. Thank you very much for help! this solved my problem :)

Re: [Sikuli-driver] [Question #237544]: Maven -Sikuli Dependency Problem

2013-10-25 Thread Selenium RDS
Question #237544 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237544 Selenium RDS posted a new comment: Thank u all guys ,now it is working fine.Thank u again for your useful answers. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #238043]: [1.0.1] Windows: Selection using SHIFT+SPACE+UP not working --- switch off NUM-Lock

2013-10-25 Thread RaiMan
Question #238043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238043 Assignee: None = RaiMan Summary changed to: [1.0.1] Windows: Selection using SHIFT+SPACE+UP not working --- switch off NUM-Lock -- You received this question notification because you are a member of

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread Leonardo Carvalho Sobral dos Santos
[error] Interrompido [error] Um erro ocorreu na linha 10 [error] Mensagem de erro: Traceback (most recent call last): File C:\Users\Sobral\AppData\Local\Temp\sikuli-tmp1117957771298089564.py, line 10, in hover(t) Line 17, in file

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread RaiMan
Ok, what about a screenshot? How long did the script run? You can add attachments here. Just to get an impression, what might be wrong in that moment, you might insert the following code snippet find(MyProjectLis-1.png) hover(MyProjectLis-1.png)

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread Leonardo Carvalho Sobral dos Santos
** Attachment added: error.png https://bugs.launchpad.net/sikuli/+bug/1243907/+attachment/3891333/+files/error.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1243907 Title: After sometime

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread Leonardo Carvalho Sobral dos Santos
That is not about time, because combo box open very fast. To reproduce it, I add a while (1), so it only will stop if some bug occurs, what happens, after 20~30 min sikuli stops find text. And, Raiman, sikuli is one of the best test tools that i ever tryed! Congrats! -- You received this bug

[Sikuli-driver] [Bug 1243907] Re: After sometime application stops finding text

2013-10-25 Thread RaiMan
--- And, Raiman, sikuli is one of the best test tools that i ever tryed! ... nice to hear --- That is not about time, because combo box open very fast. Yes, that might normally be, but we are talking here about an exception. While(1) does not help in this situation, since this is the critical

[Sikuli-driver] [Question #238086]: Is there any command to execute .sikuli from command line without launching sikuli ide?

2013-10-25 Thread manas
New question #238086 on Sikuli: https://answers.launchpad.net/sikuli/+question/238086 Is there any command to execute .sikuli from command line without launching sikuli ide? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for