Re: [Sikuli-driver] [Question #167056]: Any way to use Sikuli Java API to compare two screenshot file captured by other tools like webdriver?

2011-09-05 Thread RaiMan
Question #167056 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167056 RaiMan proposed the following answer: @Hari ??? What is printed with the statement: print found: , f.next() Might be a problem of similarity. Try: f.find(img, 0.99) # find all matches So I would do it

[Sikuli-driver] [Question #170169]: how to edit existing text

2011-09-05 Thread Joe Zhu
New question #170169 on Sikuli: https://answers.launchpad.net/sikuli/+question/170169 I have a User Name image, the image is included a label User Name and a text box which is contained text of user name, the sikuli can't find that user name image so that I can't paste new User Name to that

Re: [Sikuli-driver] [Question #170169]: how to edit existing text

2011-09-05 Thread RaiMan
Question #170169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170169 Status: Open = Answered RaiMan proposed the following answer: This example might help: At the bottom of this page there is a line, that might look similar to your situation (some label text and an

Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2011-09-05 Thread RaiMan
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Status: Open = Answered RaiMan proposed the following answer: if you do it this way, either n must be a string or m must be a number. 1. both as string: n= 73 if m==n: print exact match else:

Re: [Sikuli-driver] [Question #140519]: Sikuli X - Windows - libraries not found - problems when running a script

2011-09-05 Thread RaiMan
Question #140519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/140519 RaiMan posted a new comment: @ShemenonPie: I just tested on my Win7 64Bit: I have both Java (6-27) installed (32Bit and 64Bit) in the standard directories. Using the java command from command line starts

Re: [Sikuli-driver] [Question #140519]: Sikuli X - Windows - libraries not found - problems when running a script

2011-09-05 Thread RaiMan
Question #140519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/140519 Description changed to: This question/answer is for documentation purposes. --- Sikuli X-1.0 (installer and portable distribution) --- Windows all Systems You try to run a script and you get an error like

[Sikuli-driver] [Bug 841782] [NEW] Automatic capture of images while recording test case flow

2011-09-05 Thread Salman
Public bug reported: SUGGESTION: I have suggestion which will be very useful for software testers. As Sikuli is based on images, there should be record feature in which testing tool should capture images itself while recording a particular flow. Because for a tester, it is very hectic to

[Sikuli-driver] [Bug 841782] Re: Automatic capture of images while recording test case flow

2011-09-05 Thread Salman
Actually this suggestion includes two features: 1- record feature --- (test case steps recording like other automated testing tools) 2- automatic image capture feature --- (automatic image capturing and saving while recording test

[Sikuli-driver] [Bug 841782] Re: [request] Automatic capture of images while recording test case flow

2011-09-05 Thread RaiMan
** Summary changed: - Automatic capture of images while recording test case flow + [request] Automatic capture of images while recording test case flow ** Changed in: sikuli Importance: Undecided = Wishlist ** Description changed: SUGGESTION: - I have suggestion which will be very useful

[Sikuli-driver] [Bug 840759] Re: X-1.0rc2: Windows: Java7: StackOverflowError on QuickCapture --- seems not to run with Java7

2011-09-05 Thread RaiMan
** Summary changed: - X-1.0rc2: StackOverflowError on QuickCapture using Java JRE 7 + X-1.0rc2: Windows: Java7: StackOverflowError on QuickCapture --- seems not to run with Java7 ** Description changed: + * Reported by ShmenonPie: + + Everything works fine with Java6 + +

[Sikuli-driver] [Question #170194]: import sikuli modules in testcases

2011-09-05 Thread j
New question #170194 on Sikuli: https://answers.launchpad.net/sikuli/+question/170194 Hello, Sikuili supports the import of other sikuli-modules(scripts), wich works all right. However, I couldn't manage to import other sikuli-scripts in a sikuli-testcase. I currently get this error message

Re: [Sikuli-driver] [Question #170194]: import sikuli modules in testcases

2011-09-05 Thread RaiMan
Question #170194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170194 Status: Open = Answered RaiMan proposed the following answer: --1. You may need to add from sikuli.Sikuli import * in the module. A .sikuli that you want to import according to the docs

Re: [Sikuli-driver] [Question #167056]: Any way to use Sikuli Java API to compare two screenshot file captured by other tools like webdriver?

2011-09-05 Thread Hari Kiran Vankayala
Question #167056 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167056 Hari Kiran Vankayala posted a new comment: Thanks for your help RaiMan...it worked.. Your comments really helped beginner like me :) -- You received this question notification because you are a member of

[Sikuli-driver] [Bug 705775] Re: [request] IDE: most wanted features (based on feature set X 1.0rc2)

2011-09-05 Thread Tsung-Hsiang Chang
copy from one tab to another including images (bug 619674) is done. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/705775 Title: [request] IDE: most wanted features (based on feature set X

[Sikuli-driver] [Bug 705775] Re: [request] IDE: most wanted features (based on feature set X 1.0rc2)

2011-09-05 Thread RaiMan
** Description changed: - This bug wants to consolidate the features, that have been requested for - the IDE over the time. + This bug wants to consolidate the features, that have been requested for the IDE over the time. + + available in rc3 * - If you miss them in the list: find

Re: [Sikuli-driver] [Question #118707]: Save captures with custom file name?

2011-09-05 Thread Hari Kiran Vankayala
Question #118707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/118707 Hari Kiran Vankayala requested more information: Can you please let me know how can i navigate to the path of the captured images. Or is there any settings script need to be run to change the default

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
This's fixed except for solid black images. If someone really needs to match a pure black image against the screen, open a new bug request then. ** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
btw, to use solid color matching, the Pattern should be set with similarity 1.0. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always

[Sikuli-driver] [Question #170280]: Why i am getting this error?

2011-09-05 Thread Jeff Sant
New question #170280 on Sikuli: https://answers.launchpad.net/sikuli/+question/170280 Dear Friends, I am getting this error while running my slk file on the system with following configuration Graphics Card: Intel(R) 82945G Express Chipset 256.0 MB OS: Microsoft Windows Vista Home Premium