Re: [Sikuli-driver] [Question #275676]: Is it possible to print the Test case logs in Sikuli log window

2015-11-25 Thread RaiMan
Question #275676 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275676 Status: Open => Answered RaiMan proposed the following answer: see: http://sikulix-2014.readthedocs.org/en/latest/scripting.html#writing-and-redirecting-log-and-debug-messages -- You received this ques

Re: [Sikuli-driver] [Question #274001]: Web page image matching, thumbnail similarity

2015-11-25 Thread RaiMan
Question #274001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274001 RaiMan proposed the following answer: ... and with buttons a usual problem might be the use of different fonts for the text inlet. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #274001]: Web page image matching, thumbnail similarity

2015-11-25 Thread RaiMan
Question #274001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274001 Status: Open => Answered RaiMan proposed the following answer: --- At the same computer resolution the buttons on the web are fixed ... yes, this might look so for you as a human looking at the screen, b

Re: [Sikuli-driver] [Question #274001]: Web page image matching, thumbnail similarity

2015-11-25 Thread can
Question #274001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274001 Status: Answered => Open can is still having a problem: At the same computer resolution the buttons on the web are fixed When the maximum and non maximum, the results of the Sikuli recognition, the colo

Re: [Sikuli-driver] [Question #274944]: Modules do not need to import

2015-11-25 Thread can
Question #274944 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274944 Status: Answered => Solved can confirmed that the question is solved: Understand Thank you for your reply, RaiMan. -- You received this question notification because your team Sikuli Drivers is an answ

[Sikuli-driver] [Question #275676]: Is it possible to print the Test case logs in Sikuli log window

2015-11-25 Thread krishna
New question #275676 on Sikuli: https://answers.launchpad.net/sikuli/+question/275676 Hi , Basically sikuli log window displayes only logs related to image not found and some error related to sikuli setup. I am trying to automate the Test case which is related GUI(Graphical User Interface) bas

Re: [Sikuli-driver] [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

2015-11-25 Thread krishna
Question #275381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275381 Status: Answered => Solved krishna confirmed that the question is solved: ok. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Bug 1519935] [NEW] SikuliX quits after 4-5 hours (longevity test) on Mac OSx 10.10, Java 1.8

2015-11-25 Thread Collin Tobin
Public bug reported: I have moved my Sikuli scripts that work quite well otherwise on Windows onto Mac for the first time. I'm running a loop that performs browser memory testing, checks for screen freezes, etc, and it is expected to run at least 8 hours. On the Mac, I will always get an error th

Re: [Sikuli-driver] [Question #275451]: [1.1.0] findText() doesn't work properly --- confirmed

2015-11-25 Thread RaiMan
Question #275451 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275451 RaiMan posted a new comment: thanks for feedback. fine that you found a workaround for you. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #275468]: read location from file for dragDrop

2015-11-25 Thread thunderhill
Question #275468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275468 Status: Answered => Solved thunderhill confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an a

Re: [Sikuli-driver] [Question #275451]: [1.1.0] findText() doesn't work properly --- confirmed

2015-11-25 Thread joe fu
Question #275451 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275451 Status: Answered => Solved joe fu confirmed that the question is solved: Thanks RaiMan, it works much better with Region.listText(). I tried the following and it works to search and locate the text from

[Sikuli-driver] [Bug 1504386] Re: [1.1.0] Win 7 64: Java 8: Could not load JIntellitype.dll

2015-11-25 Thread RaiMan
thanks for the feedback. I will try to make all this more robust with version 2. ** Changed in: sikuli Status: Opinion => In Progress ** Changed in: sikuli Milestone: None => 2.0.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed

[Sikuli-driver] [Bug 1504386] Re: [1.1.0] Win 7 64: Java 8: Could not load JIntellitype.dll

2015-11-25 Thread Wiz
The problem above was solved when I open sikulix.jar specifically through "open with>Java", however Java is recognized as the default program for all jar files. Weird . -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.la

Re: [Sikuli-driver] [Question #275461]: Get text from a notepad file and find it on screen

2015-11-25 Thread RaiMan
Question #275461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275461 Status: Open => Answered RaiMan proposed the following answer: before again investing into too much boilerplate code, have a look at: http://sikulix-2014.readthedocs.org/en/latest/scripting.html#image-se

Re: [Sikuli-driver] [Question #275468]: read location from file for dragDrop

2015-11-25 Thread RaiMan
Question #275468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275468 Status: Open => Answered RaiMan proposed the following answer: Location expects 2 parameters being numbers. The given string in variable line from your point of view looks like that, but cannot be conve

[Sikuli-driver] [Question #275468]: read location from file for dragDrop

2015-11-25 Thread thunderhill
New question #275468 on Sikuli: https://answers.launchpad.net/sikuli/+question/275468 I am trying to read coordinates of "Location" from file for dragDrop Here the snippet f = open("C\Test.txt") for line in f.readlines(): #print line dragDrop(Location(line),Location(200,200) f.close() Th

Re: [Sikuli-driver] [Question #275461]: Get text from a notepad file and find it on screen

2015-11-25 Thread Ayush Sharma
Question #275461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275461 Status: Answered => Open Ayush Sharma is still having a problem: Hi RaiMan Thanks for answering. In that case, i have another method to try. Please help me with it. I want to store the images somewhere

[Sikuli-driver] [Bug 1513116] Re: [request] Region.find("String") and Region.text() should reveal the same result

2015-11-25 Thread RaiMan
** Summary changed: - [request] Region.click("String") and Match.text() should reveal the same result + [request] Region.find("String") and Region.text() should reveal the same result ** Summary changed: - [request] Region.find("String") and Region.text() should reveal the same result + [requ

Re: [Sikuli-driver] [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

2015-11-25 Thread RaiMan
Question #275381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275381 Linked to bug: #1513116 https://bugs.launchpad.net/bugs/1513116 "[request] Region.findText("String") and Region.text() should reveal the same result" -- You received this question notification

Re: [Sikuli-driver] [Question #275451]: [1.1.0] findText() doesn't work properly --- confirmed

2015-11-25 Thread RaiMan
Question #275451 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275451 Linked to bug: #1513116 https://bugs.launchpad.net/bugs/1513116 "[request] Region.findText("String") and Region.text() should reveal the same result" -- You received this question notification

Re: [Sikuli-driver] [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

2015-11-25 Thread RaiMan
Question #275381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275381 RaiMan proposed the following answer: yes. conclusion: read https://answers.launchpad.net/sikuli/+question/275451 -- You received this question notification because your team Sikuli Drivers is an answer co

Re: [Sikuli-driver] [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

2015-11-25 Thread krishna
Question #275381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275381 krishna posted a new comment: So, findText() will not work ??? What will be the conclusion ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #275461]: Get text from a notepad file and find it on screen

2015-11-25 Thread RaiMan
Question #275461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275461 Status: Open => Answered RaiMan proposed the following answer: You are looking for a very problematic feature in SikuliX (find some text on the screen). So before investing more, read: https://answers.l

Re: [Sikuli-driver] [Question #275451]: [1.1.0] findText() doesn't work properly --- confirmed

2015-11-25 Thread RaiMan
Question #275451 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275451 Status: Open => Answered RaiMan proposed the following answer: I am sorry for the situation, but ... ... this simply means, that the feature findText() does not work as expected, due to the weak and bu

[Sikuli-driver] [Question #275461]: Get text from a notepad file and find it on screen

2015-11-25 Thread Ayush Sharma
New question #275461 on Sikuli: https://answers.launchpad.net/sikuli/+question/275461 HI, I am new to sikuli and i want to find some text on screen (neither image nor extracted text from image). How do i do that? I have created a notepad file in which i have written lines which it is supposed

Re: [Sikuli-driver] [Question #275451]: [1.1.0] findText() doesn't work properly --- confirmed

2015-11-25 Thread RaiMan
Question #275451 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275451 Summary changed to: [1.1.0] findText() doesn't work properly --- confirmed -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #274945]: Failed to Extract text from image

2015-11-25 Thread siddu
Question #274945 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274945 Status: Answered => Solved siddu confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #274947]: Failed to extract multiple texts on a screen with similar images

2015-11-25 Thread siddu
Question #274947 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274947 Status: Answered => Solved siddu confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #273706]: Couldn't able to extract exact text from image

2015-11-25 Thread siddu
Question #273706 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273706 siddu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #273706]: Couldn't able to extract exact text from image

2015-11-25 Thread siddu
Question #273706 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273706 Status: Answered => Solved siddu confirmed that the question is solved: Thanks RaiMan -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #275381]: How to find the text from the screen and that text should be assigned to the variable

2015-11-25 Thread RaiMan
Question #275381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/275381 RaiMan proposed the following answer: --- findText( is not finding the text on screen) ... since now the coding is correct, this simply means, that the feature findText() does not work as expected, due to th

Re: [Sikuli-driver] [Question #273398]: Is these a way to obtain variable data types in IDE Sikuli

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

Re: [Sikuli-driver] [Question #273682]: Sikulix 1.1.0: *** Error in `java': free(): invalid next size (normal): 0x00007fd2289ba6e0 ***

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