Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-10 Thread Eugene S
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Eugene S posted a new comment: Couple of mistakes I've made: Instead of line: regionYes = yestext.left() Should be: regionYes = find(yestext.png).left() Instead: if region.exists(checkedButton.png

Re: [Sikuli-driver] [Question #245250]: contiously checking for error message while running test

2014-03-10 Thread Eugene S
Question #245250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245250 Status: Open = Answered Eugene S proposed the following answer: Hi there, I was wondering about the same issue myself however it seems like there is no straightforward solution to that. The only thing

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-10 Thread Eugene S
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Eugene S proposed the following answer: Hi, What can be a problem is that the radiobutton region is shorter than your Yes region (if that makes sense? :) ) So make sure that when you create a pattern

Re: [Sikuli-driver] [Question #245098]: How to get text extract text from Clipboard?

2014-03-06 Thread Eugene S
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Open = Answered Eugene S proposed the following answer: This should work: text = Env.getClipboard() -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #245003]: Sikuli - Flash Automation

2014-03-04 Thread Eugene S
Question #245003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245003 Status: Open = Answered Eugene S proposed the following answer: Hi, As long as you are able to see something on the screen, you can automate it. Saying that, if you have that button clearly visible

Re: [Sikuli-driver] [Question #244689]: Automate Go To Environment Variables Windows 7

2014-02-27 Thread Eugene S
Question #244689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244689 Status: Open = Needs information Eugene S requested more information: Hi, Would you be able to provide some screenshots to demontrste your issue? Cheers, Eugene -- You received this question

Re: [Sikuli-driver] [Question #244583]: How to rotate a image (360 degree) using sikuli

2014-02-25 Thread Eugene S
Question #244583 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244583 Status: Open = Needs information Eugene S requested more information: Greetings, May I enquire as to why would you like to do that? Knowing the reason might lead to a more precise answer. Cheers

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-24 Thread Eugene S
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Eugene S requested more information: So what exactly are you asking about: 1. How to copy value using Sikuli 2. How to write to excel file using Python? 2. How to compare value with another value stored

Re: [Sikuli-driver] [Question #244467]: Is that healthy to write long commands?

2014-02-24 Thread Eugene S
Question #244467 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244467 Status: Answered = Solved 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

Re: [Sikuli-driver] [Question #244467]: Is that healthy to write long commands?

2014-02-24 Thread Eugene S
Question #244467 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244467 Eugene S posted a new comment: Hi RaiMan, Thank you for your quick reply and EXTRA useful info about highlight! Eugene -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #244515]: click images in a loop (checkbox inside the image)

2014-02-24 Thread Eugene S
Question #244515 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244515 Status: Open = Answered Eugene S proposed the following answer: Greetings, I assume that the checkbox image is similar in both cases? If yes then you can do the following: #Define a directory where

Re: [Sikuli-driver] [Question #244515]: click images in a loop (checkbox inside the image)

2014-02-24 Thread Eugene S
Question #244515 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244515 Status: Open = Answered Eugene S proposed the following answer: Sorry, my mistake. Missed a line. After you define your bundePath, you must apply it (set it) as follows: setBundlePath(bundlePath

Re: [Sikuli-driver] [Question #244523]: how to just shake the muse

2014-02-24 Thread Eugene S
Question #244523 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244523 Status: Open = Answered Eugene S proposed the following answer: You can find the information regarding low-level mouse actions in the docs, specifically here: http://doc.sikuli.org/region.html

Re: [Sikuli-driver] [Question #244523]: How to just shake the mouse

2014-02-24 Thread Eugene S
Question #244523 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244523 Summary changed to: How to just shake the mouse Description changed to: How to just shake the mouse without clicking any objects or performing some other actions? -- You received this question

Re: [Sikuli-driver] [Question #244334]: How to catch a text generated in dropdown list

2014-02-23 Thread Eugene S
Question #244334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244334 Status: Open = Answered Eugene S proposed the following answer: So, as far as I understand the problem, there might be 2 possible solutions: 1. If you have the SIMILAR id generated elsewhere

Re: [Sikuli-driver] [Question #244334]: How to catch a text generated in dropdown list

2014-02-23 Thread Eugene S
Question #244334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244334 Eugene S proposed the following answer: So again, as I said, you can create a pattern from the first (generated) id and then use it to find the second one on the screen. For example: # locate the generated

[Sikuli-driver] [Question #244467]: Is that healthy to write long commands?

2014-02-23 Thread Eugene S
to do that. Can someone advise or share his opinion on such way of organizing the code? Is that safe/healthy or maybe more prone to errors in a way I haven't discovered yet? Thanks! Eugene S -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #244334]: How to catch a text generated in dropdown list

2014-02-22 Thread Eugene S
Question #244334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244334 Status: Open = Needs information Eugene S requested more information: Hi, Not sure I understand the question, you have some kind of id generated and then you want to see that this exact id also appears

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-22 Thread Eugene S
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Eugene S requested more information: Hi, Are you asking how to copy a number or how to insert it into an Excel document? Also, about the other number you want to compare to.. Where it is located? -- You

Re: [Sikuli-driver] [Question #243796]: Sikuli 1.0.1 - find() identifies wrong text

2014-02-12 Thread Eugene S
Question #243796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243796 Eugene S proposed the following answer: If you see that the recognition error is consistent you can attempt to perform some post processing. So for example if you consistently getting an unneeded space

Re: [Sikuli-driver] [Question #243322]: Issue on Region .text

2014-02-05 Thread Eugene S
Question #243322 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243322 Eugene S proposed the following answer: Try to include the following command before trying to read text: Settings.OcrTextRead = True -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #243317]: Can i use sikuli script with C#

2014-02-05 Thread Eugene S
Question #243317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243317 Eugene S posted a new comment: Can you please elaborate what how exactly you want to link C# and Sikuli? Cheers, Eugene -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #243317]: Can i use sikuli script with C#

2014-02-05 Thread Eugene S
Question #243317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243317 Eugene S posted a new comment: Can you please elaborate what how exactly you want to link C# and Sikuli? Cheers, Eugene -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #243317]: Can i use sikuli script with C#

2014-02-05 Thread Eugene S
Question #243317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243317 Status: Open = Answered Eugene S proposed the following answer: Can you please elaborate what how exactly you want to link C# and Sikuli? Cheers, Eugene -- You received this question notification

Re: [Sikuli-driver] [Question #243363]: import scripts does not work always. I have tried so many times but succeeded only twice or thrice.

2014-02-05 Thread Eugene S
Question #243363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243363 Status: Open = Answered Eugene S proposed the following answer: Hi, Try to leave just the Sikuli line as is but import your own modules like that: import Login instead of from Login import * Cheers

Re: [Sikuli-driver] [Question #243362]: Generate randon string

2014-02-05 Thread Eugene S
Question #243362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243362 Status: Open = Answered Eugene S proposed the following answer: Hi, This is a pure Python question rather than Sikuli. You can do something like that: import random import string ''.join

Re: [Sikuli-driver] [Question #243367]: Issues with images

2014-02-05 Thread Eugene S
Question #243367 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243367 Status: Open = Needs information Eugene S requested more information: Hi, Can you please give a bit more detailed explanation and describe the specific problem you are having? Cheers, Eugene -- You

Re: [Sikuli-driver] [Question #242881]: How to differentiate 2 similar images based on color???

2014-02-04 Thread Eugene S
Question #242881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242881 Eugene S proposed the following answer: When trying to find a solution to similar problem I have noticed that often there are slight differences in similarity coefficient in 2 similar images of different

Re: [Sikuli-driver] [Question #243187]: [1.0.1] mouseDown(Button.LEFT) is not working

2014-02-03 Thread Eugene S
Question #243187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243187 Summary changed to: [1.0.1] mouseDown(Button.LEFT) is not working -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #243187]: [1.0.1] mouseDown(Button.LEFT) is not working

2014-02-03 Thread Eugene S
Question #243187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243187 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, I am using the last version (1.0.1). I have tried using the numbers instead of the constants and it worked! Thanks! Is that a bug

Re: [Sikuli-driver] [Question #243187]: [1.0.1] mouseDown(Button.LEFT) is not working

2014-02-03 Thread Eugene S
Question #243187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243187 Status: Answered = Solved 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

[Sikuli-driver] [Question #243187]: mouseDown(Button.LEFT) is not working

2014-02-02 Thread Eugene S
] NameError ( name 'Button' is not defined) This seems to be a very basic low level mouse functionality and since I haven't found such issue already discussed here, I assume that there is something I am missing? Any ideas? Thanks! Eugene S -- You received this question notification because you

Re: [Sikuli-driver] [Question #240746]: Font not reconized

2013-12-15 Thread Eugene S
Question #240746 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240746 Eugene S proposed the following answer: Hi, Text recognition is not always accurate. It is a known issue. However, if it's just short number strings, I have found that creating a kind of translation table

[Sikuli-driver] [Question #240729]: Infinite loop when detecting spaces

2013-12-13 Thread Eugene S
? Cheers, Eugene S -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Mailing list: https://launchpad.net/~sikuli-driver Post to : sikuli-driver@lists.launchpad.net

Re: [Sikuli-driver] [Question #240729]: Infinite loop when detecting spaces

2013-12-13 Thread Eugene S
Question #240729 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240729 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan and thank you for your answer. Regarding the control over the direction of the step, I though to solve this issue in the following

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-08 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Solved Eugene S confirmed that the question is solved: Yes, that's it! Thanks a lot RaiMan. Appreciate that! -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-08 Thread Eugene S
Question #240489 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240489 Status: Open = Answered Eugene S proposed the following answer: What I would do in your situation is write a small auxiliary function that will get the number of times the UP button should be pressed

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-07 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thanks a lot for your answer and the explanation. This is very valuable! I'd like to have your opinion on a certain issue I am

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-06 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Open Eugene S is still having a problem: Sorry, forgot to mention. This is 1.0.1. Thanks, Eugene -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-05 Thread Eugene S
New question #240375 on Sikuli: https://answers.launchpad.net/sikuli/+question/240375 Hi, I have a list of images that look very similar. In fact, when a run a loop over them, I see that the S parameter (similarity) is 1.00 for some of them and 0.99 for the others. It looks like that: The

Re: [Sikuli-driver] [Question #239574]: Sikuli type() vs python\jython type() commands --- use isinstance() instead

2013-11-24 Thread Eugene S
Question #239574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239574 Status: Answered = Solved 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

[Sikuli-driver] [Question #239574]: Sikuli type() vs python\jython type() commands

2013-11-20 Thread Eugene S
New question #239574 on Sikuli: https://answers.launchpad.net/sikuli/+question/239574 Hi, Since type() is a valid Sikuli command (for typing in text), it seems that there is no way to use the Python/Jython built-in type() command (for determining variable type). Is there any

Re: [Sikuli-driver] [Question #239081]: capture a region

2013-11-11 Thread Eugene S
Question #239081 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239081 Status: Open = Needs information Eugene S requested more information: You mean as an image or as text? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #238811]: How to repeat action unitil an image appears and then resume script?

2013-11-06 Thread Eugene S
Question #238811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238811 Status: Open = Answered Eugene S proposed the following answer: You can just add and if exists(image) clause at some point of your loop to check whether this image exists. If yes - press the button

Re: [Sikuli-driver] [Question #237186]: get Region contents

2013-10-13 Thread Eugene S
Question #237186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237186 Status: Answered = Solved 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

[Sikuli-driver] [Question #237186]: get Region contents

2013-10-10 Thread Eugene S
New question #237186 on Sikuli: https://answers.launchpad.net/sikuli/+question/237186 Hi, I have to detect a certain alphanumeric string on the screen. However, the built-in OCR feature is too buggy to provide usable results. Hence I have though of a workaround.. I have realized that since I

Re: [Sikuli-driver] [Question #236452]: Continue script execution despite error

2013-09-27 Thread Eugene S
Question #236452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236452 Eugene S proposed the following answer: You could just create a custom finder function. For example something like that: def tryDetect(object,retries,highLight=1): Attempts to detect the object

Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-09-19 Thread Eugene S
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Solved = Open Eugene S is still having a problem: Greetings RaiMan, I have asked you this question a while ago however, unfortunately, I still couldn't get it working. At the moment I have

Re: [Sikuli-driver] [Question #235493]: [1.0.1] Incorrect Env.isLockOn() behavior

2013-09-12 Thread Eugene S
Question #235493 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235493 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thanks for your reply! I just wanted to emphasize that my issue is the status of Num Lock button, not Caps Lock as described

Re: [Sikuli-driver] [Question #235493]: [1.0.1] Incorrect Env.isLockOn() behavior

2013-09-12 Thread Eugene S
Question #235493 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235493 Status: Answered = Solved 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

Re: [Sikuli-driver] [Question #235635]: Improvement in OCR recognition with small images

2013-09-12 Thread Eugene S
Question #235635 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235635 Eugene S posted a new comment: Great input! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #235487]: Recognize text (OCR) and paste it to a document?

2013-09-10 Thread Eugene S
Question #235487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235487 Status: Open = Answered Eugene S proposed the following answer: You can do this like that: Settings.OcrTextRead = True #set the OcrTextRead setting to True text = myRegion.text() #recognize the text

Re: [Sikuli-driver] [Question #235487]: Recognize text (OCR) and paste it to a document?

2013-09-10 Thread Eugene S
Question #235487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235487 Eugene S posted a new comment: P.S. However you should notice that the text recognition functionality is not very stable. So before you commit any effort, you should first see how well it performs

[Sikuli-driver] [Question #235493]: [1.0.1] - Bug #985395 - Incorrect Env.isLockOn() behavior

2013-09-10 Thread Eugene S
New question #235493 on Sikuli: https://answers.launchpad.net/sikuli/+question/235493 Hi RaiMan, I think that I have ran into the above mentioned Bug(#985395) which, as far as I see, was detected for the first time back in the rc2 version. It seems that it was not fixed yet. So my question is -

Re: [Sikuli-driver] [Question #235495]: video DVD's not playing, error wrong format..

2013-09-10 Thread Eugene S
Question #235495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235495 Status: Open = Answered Eugene S proposed the following answer: How's that related to Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #235431]: Select text by pressing SHIFT+END

2013-09-09 Thread Eugene S
New question #235431 on Sikuli: https://answers.launchpad.net/sikuli/+question/235431 Hi, I want to select a line of text by pressing the following key combination: Shift + End I have attempted to do so in the following way: type(Key.HOME) type(Key.END, KeyModifier.SHIFT) This way the cursor

Re: [Sikuli-driver] [Question #235431]: Select text by pressing SHIFT+END

2013-09-09 Thread Eugene S
Question #235431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235431 Eugene S gave more information on the question: UPDATE Ok, I have found the below question with the workaround https://answers.launchpad.net/sikuli/+question/143874 So it seems that this BUG

Re: [Sikuli-driver] [Question #235186]: The implications of using type() vs. paste()

2013-09-05 Thread Eugene S
Question #235186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235186 Status: Answered = Solved Eugene S confirmed that the question is solved: Thanks for the answer RaiMan! Oh, that would be great! When are all these features are expected? -- You received

[Sikuli-driver] [Question #235186]: The implications of using type() vs. paste()

2013-09-04 Thread Eugene S
New question #235186 on Sikuli: https://answers.launchpad.net/sikuli/+question/235186 Hi RaiMan, I was reading your comment to the below question, regarding type() vs. paste() usage: https://answers.launchpad.net/sikuli/+question/138750 I have also found the below Best Practice in Sikuli

Re: [Sikuli-driver] [Question #234061]: [1.0.1] Alternative way to download the jar --- solution

2013-08-27 Thread Eugene S
Question #234061 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234061 Status: Solved = Open Eugene S is still having a problem: Hi RaiMan, It seems that you have deleted one of your comments here where you have explained how to install offline Sikuli. Since I can't

Re: [Sikuli-driver] [Question #234697]: Cannot run the 'Hello World' example on windows 7

2013-08-27 Thread Eugene S
Question #234697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234697 Status: Open = Answered Eugene S proposed the following answer: Take a look at this question: https://answers.launchpad.net/sikuli/+question/234673 -- You received this question notification because

Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-26 Thread Eugene S
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Answered = Solved Eugene S confirmed that the question is solved: Thank you RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #233589]: How to write setShowActions info to file

2013-08-26 Thread Eugene S
Question #233589 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233589 Status: Answered = Solved 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

[Sikuli-driver] [Question #234625]: Write Sikuli logging to file

2013-08-26 Thread Eugene S
New question #234625 on Sikuli: https://answers.launchpad.net/sikuli/+question/234625 Hi RaiMan, I have asked you the below question few weeks ago and have received an answer. https://answers.launchpad.net/sikuli/+question/233589 However can I request such functionality in next Skuli versions?

Re: [Sikuli-driver] [Question #234625]: Write Sikuli logging to file --- possible since version 1.0.1

2013-08-26 Thread Eugene S
Question #234625 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234625 Status: Answered = Open Eugene S is still having a problem: Oh, that's great! Thanks Raiman. Is there a way to append these lines to a file rather than creating a new one? The thing is that I have my

Re: [Sikuli-driver] [Question #234625]: Write Sikuli logging to file --- possible since version 1.0.1

2013-08-26 Thread Eugene S
Question #234625 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234625 Status: Answered = Open Eugene S is still having a problem: Thanks for the info. Are there any plans to make it possible in the future? (Just wondering :) ) -- You received this question notification

Re: [Sikuli-driver] [Question #234655]: [error] FindFailed ( can not find __CLICK-TO-CAPTURE__ on the screen. )

2013-08-26 Thread Eugene S
Question #234655 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234655 Status: Open = Answered Eugene S proposed the following answer: I assume that the __CLICK-TO-CAPTURE__ is a text you want to locate on the screen? In that case you should keep in mind that text

Re: [Sikuli-driver] [Question #234673]: Sikuli doesn't recognize any images while running!

2013-08-26 Thread Eugene S
Question #234673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234673 Eugene S proposed the following answer: Hi there, From the resulting error, it seems that you are searching for text and not for image. Make sure that your screenshot path is correct (Sikuli can see

Re: [Sikuli-driver] [Question #234633]: Want to run multiple test script

2013-08-26 Thread Eugene S
Question #234633 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234633 Status: Open = Answered Eugene S proposed the following answer: Have you imported your module into your code? import LoginSuccess -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-25 Thread Eugene S
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 Status: Answered = Open Eugene S is still having a problem: Thanks for the answers. I didn't know that the parameters must set in a specific order.. Is it really so? If it is, then why each parameter

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-25 Thread Eugene S
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thanks a lot for your answers! However after trying the proposed solution I have experienced the same issue. I have the following

Re: [Sikuli-driver] [Question #234611]: code length error ?

2013-08-25 Thread Eugene S
Question #234611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234611 Status: Open = Answered Eugene S proposed the following answer: It seems that the problem is not in your code but in number of lines. It might reach the maximum allowed number of lines in Java. Looks

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-25 Thread Eugene S
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 Status: Open = Solved Eugene S confirmed that the question is solved: Ok, that's my mistake! I have still used the h and w parameters in the wrong order. After switching the places it works as expected

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-25 Thread Eugene S
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 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

Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-25 Thread Eugene S
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thanks you for the answers! The arguments passed to the wrapper script were definitely available in the called script as well

Re: [Sikuli-driver] [Question #234082]: Stand-alone jar of Sikuli

2013-08-22 Thread Eugene S
Question #234082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234082 Eugene S posted a new comment: RaiMan gave a link for direct jar download in one of the comments in the below question: https://answers.launchpad.net/sikuli/+question/234061 -- You received this question

[Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-22 Thread Eugene S
New question #234486 on Sikuli: https://answers.launchpad.net/sikuli/+question/234486 Hi, Please consider the following piece of code: reg = find(imageName.png) regN = Region(reg.x, reg.y, reg.h, reg.w) regN.highlight(1) Here I haven't done any changes to this region coordinates, so I do not

Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-21 Thread Eugene S
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thank you for your answer! I have 2 questions though: 1. When I run the script from the command line, I also pass it an argument

[Sikuli-driver] [Bug 1215218] [NEW] [1.0.1] - Calling a script from another script using subprocess.

2013-08-21 Thread Eugene S
Public bug reported: I have tried to call a Sikuli script from within another script. For example I have the following standalone scripts: C:\SikuliX\Tests\testFlows\Scenario1.sikuli C:\SikuliX\Tests\testFlows\Scenario2.sikuli I want to perform the following: 1. Start Scenario1 script. 2. From

Re: [Sikuli-driver] [Question #234425]: How to select option from Right Click using Sikuli API

2013-08-21 Thread Eugene S
Question #234425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234425 Status: Open = Answered Eugene S proposed the following answer: Hi, The all key constants (including the key modifiers) are explained here: http://doc.sikuli.org/keys.html What exact are you trying

Re: [Sikuli-driver] [Question #234296]: [1.0.1] - Java exception raised when terminating Sikuli script

2013-08-20 Thread Eugene S
Question #234296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234296 Status: Answered = Solved 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

[Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-20 Thread Eugene S
New question #234363 on Sikuli: https://answers.launchpad.net/sikuli/+question/234363 Hi, There are many questions (and answers) about how to call a function from another script. However what I am interested in, is to start a standalone Sikuli script from within another script and wait until

Re: [Sikuli-driver] [Question #234120]: [1.0.1] - Is there any reliable fallback procedure?

2013-08-19 Thread Eugene S
Question #234120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234120 Status: Answered = Solved 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

[Sikuli-driver] [Question #234252]: tessdata folder not found

2013-08-19 Thread Eugene S
New question #234252 on Sikuli: https://answers.launchpad.net/sikuli/+question/234252 Hi, I have installed the new version of Sikuli (1.0.1) according to these recommendations by RaiMan: https://answers.launchpad.net/sikuli/+question/234061 Everything seemed fine, before I have tried to use

[Sikuli-driver] [Question #234253]: [1.0.1] - 'Files' is not recognized as an internal or external command, operable program or batch file. Error when runninh Sikuli script from command line.

2013-08-19 Thread Eugene S
New question #234253 on Sikuli: https://answers.launchpad.net/sikuli/+question/234253 Greetings, I receive the following error when running Sikuli script from command line: 'Files' is not recognized as an internal or external command, operable program or batch file I run the script like that

Re: [Sikuli-driver] [Question #234252]: [1.0.1] tessdata folder not found

2013-08-19 Thread Eugene S
Question #234252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234252 Status: Answered = Solved Eugene S confirmed that the question is solved: Thanks RaiMan! If just copying the folder from my previous Sikuli folder\version is fine, I will just leave that as is right

[Sikuli-driver] [Question #234296]: [1.0.1] - Java exception raised when terminating Sikuli script

2013-08-19 Thread Eugene S
New question #234296 on Sikuli: https://answers.launchpad.net/sikuli/+question/234296 Hi, I have a loop which attempted to detect an image for defined number of times. If the image is not detected after all the attempts - it will exit: sys.exit(%s test step FAILED! %(testName)) This approach

[Sikuli-driver] [Question #234120]: [1.0.1] - Is there any reliable fallback procedure?

2013-08-16 Thread Eugene S
New question #234120 on Sikuli: https://answers.launchpad.net/sikuli/+question/234120 I would really like to test the new version of Sikuli in my environment but I afraid that something will go wrong and my current scripts will stop working. Is there any reliable fallback procedure to return to

Re: [Sikuli-driver] [Question #234061]: [1.0.1] Alternative way to download the jar

2013-08-15 Thread Eugene S
Question #234061 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234061 Eugene S posted a new comment: Thanks for your reply and the workaround. Unfortunately, for some local reason, I can't access the file you have hosted (on Dropbox?). It might me some restriction rules on my

Re: [Sikuli-driver] [Question #234061]: [1.0.1] Alternative way to download the jar

2013-08-15 Thread Eugene S
Question #234061 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234061 Status: Answered = Solved 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

Re: [Sikuli-driver] [Question #234061]: [1.0.1] Alternative way to download the jar

2013-08-15 Thread Eugene S
Question #234061 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234061 Eugene S posted a new comment: Hi RaiMan, I have tried the proposed workaround and it worked. Thank you! Eugene -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #234093]: Is there a way to create a new CSV file, then write to specific cells

2013-08-15 Thread Eugene S
Question #234093 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234093 Status: Open = Answered Eugene S proposed the following answer: Hey there, It sounds more like a Python question rather than Sikuli :) You can use CSV module, which is a part of Python Standard

[Sikuli-driver] [Question #234061]: Alternative way to download the jar

2013-08-14 Thread Eugene S
New question #234061 on Sikuli: https://answers.launchpad.net/sikuli/+question/234061 I was trying to install the new release using the fat jar file according to the instructions. However for some reason my download fails. I believe it to be some network restriction I have on this PC. Is there

Re: [Sikuli-driver] [Question #233689]: Detect a dialog box

2013-08-07 Thread Eugene S
Question #233689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233689 Eugene S posted a new comment: Just a guess.. Since this is a very basic Sikuli functionality, I find it hard to believe that there is any core issue with image detection. What I would check is timing

Re: [Sikuli-driver] [Question #233589]: How to write setShowActions info to file

2013-08-06 Thread Eugene S
Question #233589 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233589 Eugene S posted a new comment: I understand. Thank you for your answer RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread Eugene S
New question #233603 on Sikuli: https://answers.launchpad.net/sikuli/+question/233603 Hi, I have experienced an issue described in BUG #950603 and in most of the cases, when I use DropDown menu with disabled highlight, the problem is eliminated. However it seems that there is a same behavior

Re: [Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread Eugene S
Question #233603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233603 Description changed to: Hi, I have experienced an issue as it described in BUG #950603, and in most of the cases, when I use DropDown menu with disabled highlight, the problem is eliminated. However it

[Sikuli-driver] [Question #233589]: How to write debug info to file

2013-08-05 Thread Eugene S
New question #233589 on Sikuli: https://answers.launchpad.net/sikuli/+question/233589 When I run test scenarios using Sikuli, I have a log file being written using standard Python logging module. I have also Sikuli setShowActions enabled: setShowActions(True) Is there a convenient way to write

Re: [Sikuli-driver] [Question #233589]: How to write setShowActions info to file

2013-08-05 Thread Eugene S
Question #233589 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233589 Summary changed to: How to write setShowActions info to file -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-18 Thread Eugene S
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Eugene S posted a new comment: As far as I see it you have 4 input arguments defined: 1. self 2. flexClient 3. username 4. pwd -- You received this question notification because you are a member

<    1   2   3   4   5   >