Re: [Sikuli-driver] [Question #231028]: [1.0] What downlodable package to choose for what purposes?

2013-06-20 Thread RaiMan
Question #231028 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231028 Status: Open = Answered RaiMan proposed the following answer: I fully accept your complaint. Starting at http://www.sikuli.org/index.html I went through the pages/steps with the point of view of a

Re: [Sikuli-driver] [Question #231053]: 'KEY_WIN' is not defined in imported script --- add: from sikuli import *

2013-06-20 Thread RaiMan
Question #231053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231053 RaiMan posted a new comment: yes please a new question ;-) ... but it is not clear what you mean with I see that all the logging which happen in the module is not being printed to the screen logging ???

Re: [Sikuli-driver] [Question #231053]: 'KEY_WIN' is not defined in imported script --- add: from sikuli import *

2013-06-20 Thread Eugene S
Question #231053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231053 Eugene S 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, which is an answer contact for

Re: [Sikuli-driver] [Question #231053]: 'KEY_WIN' is not defined in imported script --- add: from sikuli import *

2013-06-20 Thread Eugene S
Question #231053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231053 Eugene S posted a new comment: Hi RaiMan, Sorry for the unclear question. Anyway it was my mistake, not related to Sikuli. So everything is working as expected right now. Thanks! Eugene -- You received

Re: [Sikuli-driver] [Question #230996]: load config file without absolute path

2013-06-20 Thread vocxpo
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 Status: Needs information = Open vocxpo gave more information on the question: 1. getBundlePath() works, thanks for the detailed solutions! 2. I maintain a common.py, which contains the common

[Sikuli-driver] [Question #231065]: Pasting special text with special characters endcoding from CSV file

2013-06-20 Thread Philippe Trounev
New question #231065 on Sikuli: https://answers.launchpad.net/sikuli/+question/231065 Hello, When i try to import utf-8 encoded file and use paste function to paste text with special characters into a box, i get distorted special characters such as boxes, squares etc. Here is what I am doing

Re: [Sikuli-driver] [Question #230996]: config file loaded in sub script is not reloaded at rerun

2013-06-20 Thread RaiMan
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 Summary changed to: config file loaded in sub script is not reloaded at rerun -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #230996]: IDE: config file loaded in sub script is not reloaded at rerun

2013-06-20 Thread RaiMan
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 Summary changed to: IDE: config file loaded in sub script is not reloaded at rerun -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #230996]: load config file without absolute path

2013-06-20 Thread RaiMan
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 Status: Open = Answered RaiMan proposed the following answer: Already thought, that it is in this direction ;-) When rerunning a script in the IDE, imports are not automatically redone, since the the

Re: [Sikuli-driver] [Question #231065]: Pasting special text with special characters endcoding from CSV file

2013-06-20 Thread RaiMan
Question #231065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231065 Status: Open = Answered RaiMan proposed the following answer: try: paste(unicode(SMS, utf8)) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #231071]: Repetitive bulk data upload from csv to a website

2013-06-20 Thread Munendra
New question #231071 on Sikuli: https://answers.launchpad.net/sikuli/+question/231071 Hi, I need to write a script so that I can do bulk data uploading at a particular website by reading the data from .csv/.xlsx. Is it possible to automate this process? Thanks in advance. Regards, Munendra

Re: [Sikuli-driver] [Question #231071]: Repetitive bulk data upload from csv to a website

2013-06-20 Thread RaiMan
Question #231071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231071 Status: Open = Answered RaiMan proposed the following answer: of course you can do that with Sikuli. For the data access you have the csv module as well as the xlrd. Wether Sikuli is the right tool

[Sikuli-driver] [Question #231079]: Using sikuli-script.jar with Clojure

2013-06-20 Thread Sri Prasanna
New question #231079 on Sikuli: https://answers.launchpad.net/sikuli/+question/231079 I am using Sikuli with Clojure. Sikuli api works fine and I got it from Maven repo. Since Sikuli script is not available on Maven repo I used these

[Sikuli-driver] [Question #231080]: Click Image left of found Image

2013-06-20 Thread Adam Bardall
New question #231080 on Sikuli: https://answers.launchpad.net/sikuli/+question/231080 I am attempting to click an image to the left of a found image the item I want it to click is an arrow on a content tree so there is multiple of these I'm only interested in the arrow to the left of the image

Re: [Sikuli-driver] [Question #231080]: Click Image left of found Image

2013-06-20 Thread RaiMan
Question #231080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231080 Status: Open = Answered RaiMan proposed the following answer: This should do it def ClickLeft(img1, img2, errorno, errormsg, reg =None): reg = reg if reg else SCREEN # if no region given,

Re: [Sikuli-driver] [Question #231079]: Using sikuli-script.jar with Clojure

2013-06-20 Thread RaiMan
Question #231079 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231079 Status: Open = Answered RaiMan proposed the following answer: -- 1: pls. use the final version Sikuli-1.0.0 Since you seem to be on Mac, the suitable package is Sikuli-API-1.0.0-Mac start here:

Re: [Sikuli-driver] [Question #231079]: [1.0] Using sikuli-script.jar with Clojure

2013-06-20 Thread RaiMan
Question #231079 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231079 Summary changed to: [1.0] Using sikuli-script.jar with Clojure -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #231080]: Click Image left of found Image

2013-06-20 Thread Adam
Question #231080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231080 Status: Answered = Solved Adam confirmed that the question is solved: thank you worked perfect -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #231080]: Click Image left of found Image

2013-06-20 Thread Adam
Question #231080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231080 Adam 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, which is an answer contact for

[Sikuli-driver] [Question #231085]: Select an image text may prevent image capture

2013-06-20 Thread dinev
New question #231085 on Sikuli: https://answers.launchpad.net/sikuli/+question/231085 During Take screenshot the Select an image text may overlap the screen area where I want to do my selection. It is inconvenience and not necessary to have such text. This text was not present in previous

Re: [Sikuli-driver] [Question #231085]: Select an image text may prevent image capture

2013-06-20 Thread RaiMan
Question #231085 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231085 Linked to bug: #1193009 https://bugs.launchpad.net/bugs/1193009 [1.0] Interactive capture: displayed text may overlap the image - at least inconvenient -- You received this question

[Sikuli-driver] [Bug 1193009] [NEW] [1.0] Interactive capture: displayed text may overlap the image - at least inconvenient

2013-06-20 Thread RaiMan
Public bug reported: During Take screenshot the Select an image text may overlap the screen area where I want to do my selection. It is inconvenience and not necessary to have such text. This text was not present in previous version ** Affects: sikuli Importance: High Assignee:

Re: [Sikuli-driver] [Question #231085]: [1.0] bug: Select an image text may prevent image capture

2013-06-20 Thread RaiMan
Question #231085 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231085 Summary changed to: [1.0] bug: Select an image text may prevent image capture -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #231085]: Status of bug #1193009 changed to 'Fix Committed' in Sikuli

2013-06-20 Thread RaiMan
Bug #1193009 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1193009 [1.0] Interactive capture: displayed text may overlap the image - at least inconvenient This bug is linked to #231085. Select an image text may prevent image capture

Re: [Sikuli-driver] [Question #231085]: Select an image text may prevent image capture

2013-06-20 Thread RaiMan
Question #231085 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231085 Status: Open = Solved RaiMan changed the question status: its a bug now -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #231037]: using find() with a subsequent paste() does not select the entry field

2013-06-20 Thread Shawn Robertson
Question #231037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231037 Shawn Robertson 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, which is an answer

Re: [Sikuli-driver] [Question #231037]: using find() with a subsequent paste() does not select the entry field

2013-06-20 Thread Shawn Robertson
Question #231037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231037 Status: Answered = Solved Shawn Robertson confirmed that the question is solved: Thanks Raiman! I agree, the temptation is there and I have been slowly weening myself off of relying purely on the

Re: [Sikuli-driver] [Question #229373]: [1.0] Can't start IDE on Win64 -- if using 32-Bit Java, the 32-Bit Sikuli package is needed

2013-06-20 Thread Iacopo
Question #229373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229373 Iacopo posted a new comment: Curiosely, this command makes the IDE start! Thank you! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #231040]: input combobox instead of textbox?

2013-06-20 Thread Shawn Robertson
Question #231040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231040 Shawn Robertson posted a new comment: this is awesome. I tried out your code and when I run it, a dialog appears that has: 1 - chrome 2 - firefox 3 - ie 4 - safari and it has an OK button. what should

Re: [Sikuli-driver] [Question #231040]: input combobox instead of textbox?

2013-06-20 Thread RaiMan
Question #231040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231040 RaiMan proposed the following answer: Uups, sorry ... Instead of popup() you have to use input(..., 1) of course. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #230973]: How to type Super key on linux with sikuli script?

2013-06-20 Thread tshay
Question #230973 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230973 Description changed to: I want to launch an Application using the super(/Windows) key on linux and then typing search string and ENTER. The naive approch: type(Key.WIN) sleep(3) type(name + Key.ENTER)

Re: [Sikuli-driver] [Question #230996]: IDE: config file loaded in sub script is not reloaded at rerun

2013-06-20 Thread vocxpo
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 Status: Answered = Open vocxpo is still having a problem: Thanks for the explanation. However, I'm afraid my requriements can't be met. 1. Just as I have mentioned, I use a common.py to do the param

Re: [Sikuli-driver] [Question #230996]: IDE: config file loaded in sub script is not reloaded at rerun

2013-06-20 Thread vocxpo
Question #230996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230996 vocxpo posted a new comment: For the first question, I use the following 'workaround': script_dir = getBundlePath() conf_file = open(os.path.join(script_dir + '\..\common.sikuli', CFG_FILE), 'rU')

[Sikuli-driver] [Question #231118]: [1.0] problems importing .sikuli scripts in the same directory

2013-06-20 Thread robert gonzales
New question #231118 on Sikuli: https://answers.launchpad.net/sikuli/+question/231118 hello, i am trying to import one .sikuli file into another so that i can reuse some code. both files are in the same folder. this is what i tried first: from sikuli import * from java.awt import Toolkit