[Sikuli-driver] [Question #698511]: Capture/find Sikuli API fails with one Retina screen and one non-Retina screen

2021-08-25 Thread Jeff Harmon
New question #698511 on SikuliX: https://answers.launchpad.net/sikuli/+question/698511 Java Version: 11 Sikuli API Version: 2.0.5 Computers Tested: 13" M1 2020 MacBook Pro and 13" 2017 MacBook Pro OS Version: macOS Big Sur 11.4 I have a MacbookPro with a Retina screen connected to an external dis

Re: [Sikuli-driver] [Question #682295]: [1.1.4] macOS 10.14.5 - Taking a screenshot with SikuliIDE on an external monitor with a Retina primary display

2021-08-25 Thread Jeff Harmon
Question #682295 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/682295 Jeff Harmon posted a new comment: I have a similar issue to the original reporter, though my primary display is the external monitor. I have a Retina MacbookPro connected to an external display. The

Re: [Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-24 Thread Jeff Harmon
Question #698000 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698000 Jeff Harmon gave more information on the question: This Jython code in the SikulixIDE 2.0.4 that does the same thing as the Java code (opens Notepad++, then Edge, then Notepad++) works exactly as expected

Re: [Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-24 Thread Jeff Harmon
Question #698000 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698000 Jeff Harmon gave more information on the question: Another use case to illustrate what I am seeing. Here is Java code top use App.open to bring Notepad++ to the foreground when already running (works

Re: [Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-24 Thread Jeff Harmon
Question #698000 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698000 Jeff Harmon gave more information on the question: I should have added that while the 5 second wait is taking place in the Java program, I bring another application to the foreground. -- You received this

Re: [Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-24 Thread Jeff Harmon
Question #698000 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698000 Status: Answered => Open Jeff Harmon is still having a problem: I am still having trouble with this. In Java this works if the application isn't open or with the first call, but it fa

Re: [Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-16 Thread Jeff Harmon
Question #698000 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698000 Jeff Harmon gave more information on the question: BTW, the following in SikuliX IDE works just fine to bring the application to the foreground: app = App.open("\"C:\\Program Files (x86

[Sikuli-driver] [Question #698000]: Unable to bring window forward on Windows 10

2021-07-16 Thread Jeff Harmon
New question #698000 on SikuliX: https://answers.launchpad.net/sikuli/+question/698000 I am trying to bring an application that is already running into the foreground on Windows 10 using Java. Here is the code I am using: App app = App.open("\"C:\\Program Files (x86)\\Notepad++\\notepad++.exe\"

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-29 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Status: Answered => Solved Jeff Harmon confirmed that the question is solved: Excellent! Exactly what I was needing. I can get the information I need without an issue now. At some point I may test

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon posted a new comment: BTW, in order for JNI calls to work under the Zulu native JDK I had to update JNA to version 5.8.0 net.java.dev.jna

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-28 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon posted a new comment: Appreciate your time RaiMan! Everything worked under Rosetta 2, but I am struggling to get an observer to scan a Region faster enough. Here is some sample code I have

Re: [Sikuli-driver] [Question #697732]: macOS M1: how to use a custom build of OpenCV

2021-06-26 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon posted a new comment: I have the native opencv loading, but can't actually execute anything because the libMacUtil.dylib is still built for Intel. I see the Support/nativeCode/mac/MacU

Re: [Sikuli-driver] [Question #697732]: How to use a custom build of OpenCV with sikulixapi?

2021-06-25 Thread Jeff Harmon
Question #697732 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697732 Jeff Harmon gave more information on the question: I have made a sym link in Library/Application Support/Sikulix/SikulixLibs to my native build of opencv: libopencv_java430.dylib -> /usr/local/share/j

[Sikuli-driver] [Question #697732]: How to use a custom build of OpenCV with sikulixapi?

2021-06-25 Thread Jeff Harmon
New question #697732 on SikuliX: https://answers.launchpad.net/sikuli/+question/697732 I am trying to get native Java working with Sikuli on an M1 Mac. With few options of Java built native to M1, I am trying out Java 11 from Zulu based on OpenJDK openjdk version "11.0.11" 2021-04-20 LTS OpenJD

Re: [Sikuli-driver] [Question #697558]: SikuliX API - headless error on MacOS Big Sur

2021-06-15 Thread Jeff Harmon
Question #697558 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697558 Status: Open => Solved Jeff Harmon confirmed that the question is solved: Seems that the issue is in GraphicsEnvironment.isHeadless() in Java AWT. This is on an M1 Mac, and it seems that evaluates

Re: [Sikuli-driver] [Question #697558]: SikuliX API - headless error on MacOS Big Sur

2021-06-15 Thread Jeff Harmon
Question #697558 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697558 Jeff Harmon gave more information on the question: I have the SilukiX IDE working just fine and can execute the script I need to work. I want to create an executable jar file that takes a couple of

Re: [Sikuli-driver] [Question #697558]: SikuliX API - headless error on MacOS Big Sur

2021-06-15 Thread Jeff Harmon
Question #697558 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697558 Jeff Harmon gave more information on the question: BTW, Java 11 and SikuliX API 2.0.5 openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)

[Sikuli-driver] [Question #697558]: SikuliX API - headless error on MacOS Big Sur

2021-06-15 Thread Jeff Harmon
New question #697558 on SikuliX: https://answers.launchpad.net/sikuli/+question/697558 I am trying to use SikuliX API on MacOS Big Sur. I have created a Java program that has a main method and does a simple: Screen screen = new Screent(); When that code executes I get an exception : Caused by

Re: [Sikuli-driver] [Question #688887]: Click() Implementation in Code

2020-02-21 Thread jeff
Question #67 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/67 jeff posted a new comment: Thanks for the information. I am using click() inside of sikulixID, where the arguments manifest as click([Image]) I'm thinking the match of that [Image] to screen coordinat

Re: [Sikuli-driver] [Question #688887]: Click() Implementation in Code

2020-02-20 Thread jeff
Question #67 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/67 Status: Answered => Open jeff is still having a problem: Thank you! I'm starting to get oriented. I'm interpreting "loc" in this line to mean the coordinates are passed in(?).

[Sikuli-driver] [Question #688887]: Click() Implementation in Code

2020-02-19 Thread jeff
New question #67 on Sikuli: https://answers.launchpad.net/sikuli/+question/67 Hi, I'm trying to learn to navigate the code. Where is the implementation of the Click() call inside the codebase? https://github.com/sikuli/sikuli Thanks, Jeff -- You received this question notific

Re: [Sikuli-driver] [Question #663402]: Region.findText(): Finding text with Java API

2018-01-23 Thread Jeff Hall
Question #663402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663402 Status: Answered => Solved Jeff Hall confirmed that the question is solved: Aaagh, user error! Causing myself grief with typos. Once I got that sorted out, the Region.findText() method is ind

Re: [Sikuli-driver] [Question #663402]: Region.findText(): Finding text with Java API

2018-01-23 Thread Jeff Hall
Question #663402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663402 Jeff Hall posted a new comment: Thanks for the confirmation RaiMan! The problem must be on my end. I keep getting a NullPointerException from the screen.findText() method in the following example class

[Sikuli-driver] [Question #663402]: Finding text with Java API

2018-01-22 Thread Jeff Hall
New question #663402 on Sikuli: https://answers.launchpad.net/sikuli/+question/663402 I'm a little bit unclear on the status of the Region.findText() method in the SikuliX version 1.1.1 Java API. There is documentation for this method: https://raiman.github.io/SikuliX-2014/javadocs/org/sikuli/s

Re: [Sikuli-driver] [Question #392628]: reading a csv file to log in

2016-09-11 Thread Jeff
Question #392628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/392628 Status: Open => Solved Jeff confirmed that the question is solved: Hi RaiMan, I found the issue. All the code in the for loop was not indented, therefore it did not see it as part of the loop ( I

Re: [Sikuli-driver] [Question #392628]: reading a csv file to log in

2016-09-11 Thread Jeff
Question #392628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/392628 Status: Answered => Open Jeff is still having a problem: Hi RaiMan, Thank you for responding, That is indeed how my code is, however when it gets to the point of doLogin(email,password) code it u

Re: [Sikuli-driver] [Question #260996]: Open project in Mac OSX

2015-01-20 Thread Jeff Payne
Question #260996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260996 Status: Answered => Solved Jeff Payne confirmed that the question is solved: Log told the story - I had an old copy of 1.1.0 downloaded already, and when I downloaded the new one, it was na

Re: [Sikuli-driver] [Question #260996]: Open project in Mac OSX

2015-01-20 Thread Jeff Payne
Question #260996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260996 Jeff Payne 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 #260996]: Open project in Mac OSX

2015-01-20 Thread Jeff Payne
Question #260996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260996 Status: Answered => Open Jeff Payne is still having a problem: This is a new install, but I installed the nightly build from the installer: http://nightly.sikuli.de/sikulixsetup-1.1.0.jar ...and a

[Sikuli-driver] [Question #260996]: Open project in Mac OSX

2015-01-20 Thread Jeff Payne
New question #260996 on Sikuli: https://answers.launchpad.net/sikuli/+question/260996 How can I open a project (.sikuli folder) in the Mac version? When I choose File / Open, I can navigate to the folder and select it, but the Open button is greyed out. It looks like it is trying to find a .si

Re: [Sikuli-driver] [Question #251545]: Match for same pattern in same region passes then fails

2014-08-18 Thread Jeff Cavill
Question #251545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251545 Status: Answered => Solved Jeff Cavill confirmed that the question is solved: The problem only occurs with a COMBINATION of 1) creating the Pattern image from scratch rather than by using Sikuli

Re: [Sikuli-driver] [Question #251545]: Match for same pattern in same region passes then fails

2014-07-15 Thread Jeff Cavill
Question #251545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251545 Jeff Cavill gave more information on the question: Running against 1.1.0-Beta3 code, here is the top of the stack trace when FindFailed is thrown: FindFailed: can not find P(C:/Users/jcavill/AppData/Local

Re: [Sikuli-driver] [Question #251545]: Match for same pattern in same region passes then fails

2014-07-15 Thread Jeff Cavill
Question #251545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251545 Jeff Cavill gave more information on the question: When Settings.MinSimilarity = 0.01, a second (poor) match was possible. Here was the console output: --- Region at (300,300) is 1016 x 538 Match

Re: [Sikuli-driver] [Question #251545]: Match for same pattern in same region passes then fails

2014-07-11 Thread Jeff Cavill
Question #251545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251545 Summary changed to: Match for same pattern in same region passes then fails -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Question #251545]: Match for same pattern in same reason passes then fails

2014-07-11 Thread Jeff Cavill
New question #251545 on Sikuli: https://answers.launchpad.net/sikuli/+question/251545 Has anyone tried successive, identical pattern searches with Region.find() and had the first invocation pass and the next fail? I am trying to use the Sikuli Java API to write JUnit tests. Each test builds a si

[Sikuli-driver] [Question #246111]: I cant'r run Java/Sikuli code on Jenkins

2014-03-26 Thread jeff radom
de consists of Sikuli combined together with Selenium script Thanks Jeff -- 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-driv

Re: [Sikuli-driver] [Question #246048]: How can I run Sikuli java code on Jenkins with headless browser

2014-03-26 Thread jeff radom
Question #246048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246048 jeff radom gave more information on the question: I run Jenkins on Mac OS -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #246048]: How can I run Sikuli java code on Jenkins with headless browser

2014-03-26 Thread jeff radom
Question #246048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246048 Status: Answered => Open jeff radom is still having a problem: Well, is it a way to run my Sikuli tests on Jenkins? Do you know by any chance if I can configure Jenkins to run with full browser (

[Sikuli-driver] [Question #246048]: How can I run Sikuli java code on Jenkins with headless browser

2014-03-25 Thread jeff radom
New question #246048 on Sikuli: https://answers.launchpad.net/sikuli/+question/246048 How can I run Sikuli java code on Jenkins with headless Chrome browser Below is a Jenkins error log ... 18 more [testng] Caused by: java.awt.HeadlessException: [testng] No X11 DISPLAY variable w

[Sikuli-driver] [Question #245395]: What is the easiest/best way to use Sikuli with Selenium Webdriver?

2014-03-12 Thread jeff radom
gnize some images on a page? Can mix it with Selenium navigation and assertions? Can I not use App to start Firefox? If somebody can provide a code snippet it should be great Thanks Jeff -- You received this question notification because you are a member of Sikuli Drivers, which is an a

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

2014-03-08 Thread jeff radom
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Answered => Open jeff radom is still having a problem: Hi RaiMan It looks like you are a real expert in Sikuli. I quite a few test cases while resolving several issues with your help. I u

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

2014-03-06 Thread jeff radom
Question #245098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245098 Status: Answered => Open jeff radom is still having a problem: Env method shows deprecated in my Java project. I use a Mac and my Java code in Eclipse looks like: s.doubleCl

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

2014-03-06 Thread jeff radom
New question #245098 on Sikuli: https://answers.launchpad.net/sikuli/+question/245098 How to get text extract text from Clipboard? I've tried used Env but it say Deprecated. Please, any sample will have a lot. I need assert a result on a browser window using Java and Testng Thanks

Re: [Sikuli-driver] [Question #244845]: HowTo Java: evaluate Sikuli ImagePath inside Eclipse and outside running from built jar

2014-03-04 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Answered => Open jeff radom is still having a problem: I see, but how should i call OCR methods and use any sort of assertions either TestNG or anything else? On Tue, Mar 4, 2014 at 9:46

Re: [Sikuli-driver] [Question #244845]: HowTo Java: evaluate Sikuli ImagePath inside Eclipse and outside running from built jar

2014-03-04 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Needs information => Open jeff radom gave more information on the question: It looks like adding PATH for images has finally worked for me in Eclipse and ant thanks to your examples. Now, ca

Re: [Sikuli-driver] [Question #244845]: HowTo Java: evaluate Sikuli ImagePath inside Eclipse and outside running from built jar

2014-03-04 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Answered => Open jeff radom is still having a problem: Yes, I did run setup with option 1 which I think include all other options. So should use from now on sikuli-java.jar for my java c

Re: [Sikuli-driver] [Question #244845]: HowTo Java: evaluate Sikuli ImagePath inside Eclipse and outside running from built jar

2014-03-04 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Needs information => Open jeff radom gave more information on the question: Yes i used sikuli-java.jar and also sekuli-script.jar. What is actually the difference because manual is not cl

Re: [Sikuli-driver] [Question #244845]: HowTo Java: evaluate Sikuli ImagePath inside Eclipse and outside running from built jar

2014-03-03 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Answered => Open jeff radom is still having a problem: Hi Raiman, Unfortunately your suggestion didn't help. This line never worked for me ImageLocator.addImagePath( imgpath); A

Re: [Sikuli-driver] [Question #244845]: Sikuli Cannot find images when running java, MAC OS, using ant

2014-03-03 Thread jeff radom
Question #244845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244845 Status: Answered => Open jeff radom is still having a problem: Hi RaiMan, I did that but after I instantiated ImageLocator or tried to use addImagePath method eclipse showed it as unavailable. It&#x

[Sikuli-driver] [Question #244845]: Sikuli Cannot find images when running java, MAC OS, using ant

2014-03-02 Thread jeff radom
ve method. I'll greatly appreciate any suggestions how to solve my problem Thanks Jeff -- 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] [Bug 1262917] [NEW] Still can't download due to security issues, despite most recent setup jar

2013-12-19 Thread Jeff Diewald
Public bug reported: I tried to download sikuli using the sikuli-setup.jar, and it failed with text exactly like this question, modulo Java versions and OSes. (1.7.0-45 on Mac OS X 10.7.5, 1.7.0_25 on Ubuntu 12.04 = Linux 3.5.0-44-generic). The dialog on failure complained about Dropbox, which is

Re: [Sikuli-driver] [Question #239157]: Setup fails even with local copies of downloads

2013-12-19 Thread Jeff Diewald
Question #239157 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239157 Linked to bug: #1262917 https://bugs.launchpad.net/bugs/1262917 "Still can't download due to security issues, despite most recent setup jar" -- You received this question notification because yo

Re: [Sikuli-driver] [Question #227548]: How do I get Sikuli to click randomly?

2013-04-26 Thread Jeff McGuire
Question #227548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227548 Status: Solved => Open Jeff McGuire is still having a problem: Is there a way so that sikuli will only click on a certain color or pattern while also clicking randomly in a region? If you cant help

Re: [Sikuli-driver] [Question #227548]: How do I get Sikuli to click randomly?

2013-04-26 Thread Jeff McGuire
Question #227548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227548 Status: Answered => Solved Jeff McGuire confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

[Sikuli-driver] [Question #227548]: How do I get Sikuli to click randomly?

2013-04-26 Thread Jeff McGuire
New question #227548 on Sikuli: https://answers.launchpad.net/sikuli/+question/227548 Hey, I was wondering if there is a way to get sikuli to click randomly within a region, or drag-and-drop. I saw the python Random module, but I don't know how to use it. Thanks -- You received this question n

[Sikuli-driver] [Question #220580]: Cannot launch sikuli on CentOS 5.8 64bit

2013-01-30 Thread Jeff
New question #220580 on Sikuli: https://answers.launchpad.net/sikuli/+question/220580 I downloaded and installed 64 bit linux sikuli: Sikuli-X-1.0rc3 (r905)-linux-x86_64.zip. I also downloaded and installed 32bit jre and updated $PATH. [jx@dev1 sikuli]$ java -version java version "1.6.0_38" Ja

[Sikuli-driver] [Question #219004]: work inside a certain region

2013-01-12 Thread Jeff Lin
New question #219004 on Sikuli: https://answers.launchpad.net/sikuli/+question/219004 I wanna write a function that search an image in a certain region. How do I supposed to do that? The documentation didn't seem to describe that very thoroughly. Please don't ask me to check the document. -- Y

Re: [Sikuli-driver] [Question #206161]: Gather screenshots using ruby/watir-webdriver and use them with if exists(path to image taken by webdriver)

2012-08-18 Thread Jeff Ducharme
Question #206161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/206161 Status: Answered => Solved Jeff Ducharme confirmed that the question is solved: Wonderful. I will try this first thing Monday morning but it looks very promising. This could save me endless hours tak

[Sikuli-driver] [Question #206161]: Would like to be able to gather screenshots using ruby/watir-webdriver to save images to a file then insert the path to them into sikuli using variables, i.e. if ex

2012-08-17 Thread Jeff Ducharme
New question #206161 on Sikuli: https://answers.launchpad.net/sikuli/+question/206161 Would like to be able to gather screenshots using ruby/watir-webdriver to save images to a file then insert the path to them into sikuli using variables, i.e. if exists(path to image taken by webdriver) is this

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 jeff posted a new comment: lol i was in your head this time! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 Status: Answered => Solved jeff confirmed that the question is solved: found my own answer while True : if not exists("th.png"): break Ty again for the help! -- You received

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 jeff posted a new comment: lol thank you Rai and watch out u dont read my mind to much im told there some sick shit in there! that has help me do exactly what i needed to do now can some one tell me how to

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 jeff gave more information on the question: Let me break this down a bit more i am looking for the correct coding to If the image is there click on it up to 10 times. if it does not exist move on to the

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 jeff posted a new comment: its would be clicking different things but they have the saem img after the click there image changes -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 Status: Answered => Open jeff is still having a problem: so i would use exists(img) if exists click this does not work just hope it will help someone understand what im trying to do. i looked

Re: [Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
Question #177265 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177265 Status: Needs information => Open jeff gave more information on the question: click("1320241172682.png") wait(2) click("1320241172682.png") wait(2) click("13202

[Sikuli-driver] [Question #177265]: code works once

2011-11-02 Thread jeff
New question #177265 on Sikuli: https://answers.launchpad.net/sikuli/+question/177265 how can a code that worked on a previous line work and then a copy and past of that line not work How will part of the code work on the first go run into the error above then not work at all the next go -- Y

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

2011-10-02 Thread Jeff Sant
Question #170280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170280 Status: Expired => Open Jeff Sant is still having a problem: [info] Sikuli vision engine loaded. [error] Stopped [error] An error occurs at line 1 [error] Error message: Traceback (most recent c

Re: [Sikuli-driver] [Question #172177]: Customized Error Messages / Hide Code in Error Message

2011-10-02 Thread Jeff Sant
Question #172177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172177 Status: Answered => Open Jeff Sant is still having a problem: Dear Friend, This works perfect, is there any way that error can show the line number of the error? Thanks -- You received this quest

Re: [Sikuli-driver] [Question #172177]: Customized Error Messages / Hide Code in Error Message

2011-09-25 Thread Jeff Sant
Question #172177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172177 Status: Answered => Open Jeff Sant is still having a problem: Dear Friend, Thanks for your answer. Can i have try and catch for the complete program, i mean the try should start with the beginning

[Sikuli-driver] [Question #172177]: Customized Error Messages / Hide Code in Error Message

2011-09-23 Thread Jeff Sant
New question #172177 on Sikuli: https://answers.launchpad.net/sikuli/+question/172177 Dear Friends, Whenever there is an error on my code, the error box shows the code which has problem, it also shows variable names, or image names. Is there any way i can prevent this? Thanks -- You received

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-22 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Answered => Open Jeff Sant is still having a problem: Dear Friend, Geting this error case1 = line[i].strip() # case's first line NameError: name 'line' is not defined Whe

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-22 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Answered => Open Jeff Sant is still having a problem: Dear Friend, This works great, and goes from line one and two and etc... But i want to get line 1 and 2 together, and then 3 an

Re: [Sikuli-driver] [Question #165696]: Aany way to install Sikuli unattended, silent mode?

2011-09-21 Thread Jeff Sant
Question #165696 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165696 Jeff Sant requested more information: Is there anything needed in registry as well? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-21 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Answered => Open Jeff Sant is still having a problem: Dear Raiman, Thanks for the update, actually i want to remove it for the safe side, as if the execution stops either maually or due to

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-20 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Needs information => Open Jeff Sant gave more information on the question: Dear Friend, I want to take input from a file eg. testcases.text testcases = open("c:\testcases.txt") p

Re: [Sikuli-driver] [Question #165696]: Aany way to install Sikuli unattended, silent mode?

2011-09-20 Thread Jeff Sant
Question #165696 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165696 Jeff Sant requested more information: I extracted MSI, removed the desktop icons and fixed it again but this doesn't works, the only way to make it work is to install the original setup. any help wou

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-19 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Answered => Open Jeff Sant is still having a problem: Dear Friend, The code you gave works perfect, and i have also visited the link you have shared. But i can not find a way to cut data f

[Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-19 Thread Jeff Sant
New question #171648 on Sikuli: https://answers.launchpad.net/sikuli/+question/171648 Dear Friends, I have to extract data from a text file (studentinfo.txt), the format of the text file is as following student_name father_name DOB Eg. records are James Smith 1992/12/03 Paul Adams 1977/05/02

Re: [Sikuli-driver] [Question #170839]: Can i set variables while sikuli program is running?

2011-09-18 Thread Jeff Sant
Question #170839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170839 Status: Answered => Open Jeff Sant is still having a problem: Any update on this? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Bug 822203] Re: [request] option to set Sikuli Popup Title

2011-09-13 Thread Jeff Sant
Thank you so much, it would be great! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/822203 Title: [request] option to set Sikuli Popup Title Status in Sikuli: Fix Committed Bug description:

Re: [Sikuli-driver] [Question #128820]: how to run sikuli without normal installation

2011-09-12 Thread Jeff Sant
Question #128820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/128820 Jeff Sant posted a new comment: Dear Raiman, Thanks for the reply. So that means, after install JRE, we just need to copy the zip contents to a folder and run the bat file along with the path of .skl and

Re: [Sikuli-driver] [Question #170839]: Can i set variables while sikuli program is running?

2011-09-12 Thread Jeff Sant
Question #170839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170839 Status: Answered => Open Jeff Sant is still having a problem: I am eager to have rc3 and have a lot of expectations from it. One more thing, i need to pass arguments to some other software o

[Sikuli-driver] [Question #170839]: Can i set variables while sikuli program is running?

2011-09-11 Thread Jeff Sant
New question #170839 on Sikuli: https://answers.launchpad.net/sikuli/+question/170839 Dear Friends, Can i change the values of variables from command line or anything way while program is already running? I need to set the speed of mouse changed according to the users need while the program is

Re: [Sikuli-driver] [Question #128820]: how to run sikuli without normal installation

2011-09-11 Thread Jeff Sant
Question #128820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/128820 Jeff Sant posted a new comment: Dear Friends, I downloaded this file and there is no java inside the zipped package, will it still work by only extracting it in any computer which there is no or old version

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

2011-09-06 Thread Jeff Sant
Question #170280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170280 Status: Needs information => Open Jeff Sant gave more information on the question: I am getting this popup, i am not sure how can i get the details of error, can you tell me from where i can get

[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 Edi

Re: [Sikuli-driver] [Question #169938]: Java: Focus to browser url field?

2011-09-02 Thread Jeff Sant
Question #169938 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169938 Jeff Sant posted a new comment: Dear Friend, Why i am getting error while executing the code Exception in thread "main" java.lang.Error: Unresolved compilation problems: KeyModifier

Re: [Sikuli-driver] [Question #166991]: Easiest way to convert sikuli code to java?

2011-09-02 Thread Jeff Sant
Question #166991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166991 Status: Answered => Open Jeff Sant is still having a problem: any update of this in new version which will be released on 15th sept? -- You received this question notification because you are a mem

Re: [Sikuli-driver] [Question #154552]: OCR issues

2011-08-26 Thread Jeff Sant
Question #154552 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/154552 Jeff Sant proposed the following answer: Thanks Sebastien, I have found the code of textrecognizer, do you have any working sikuli example of how to use it as i have no clue how to use it. Thank you

Re: [Sikuli-driver] [Question #154552]: OCR issues

2011-08-25 Thread Jeff Sant
Question #154552 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/154552 Jeff Sant requested more information: Can you please send me text recognizer class and the code, as i need to fix it for my issue. Thank you -- You received this question notification because you are a

[Sikuli-driver] [Question #169134]: How to take screen shot of a region and then find similar images in other parts of screen while running?

2011-08-24 Thread Jeff Sant
New question #169134 on Sikuli: https://answers.launchpad.net/sikuli/+question/169134 Dear Friends, Is it possible to take image of a particular region of screen and compare it with other parts of screen while sikuli application is running, i mean its a realtime image taking and comparing it wi

[Sikuli-driver] [Question #168727]: Find an image below another

2011-08-21 Thread Jeff Sant
New question #168727 on Sikuli: https://answers.launchpad.net/sikuli/+question/168727 Hi Guys, I need to find an image under an image, following is my code there are a lot of same images on page1, so we just need to choose 1 and click on it reg=find(first_image) reg.click(getLastMatch(),0) wh

Re: [Sikuli-driver] [Question #166071]: I want Sikuli to load some configuration such as variables values and other data from a configuration file?

2011-08-15 Thread Jeff Sant
Question #166071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166071 Status: Answered => Solved Jeff Sant confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #166709]: I have made a Sikuli program for Google Chrome (Windows), will it work on Google Chome (MAC)?

2011-08-15 Thread Jeff Sant
Question #166709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166709 Status: Answered => Solved Jeff Sant confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #167145]: To speed up Sikuli execution, which would be better wait(sec) or exists(image, sec)?

2011-08-15 Thread Jeff Sant
Question #167145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167145 Status: Answered => Solved Jeff Sant confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #167724]: Different screen resolutions: Button is not recognized

2011-08-15 Thread Jeff Sant
Question #167724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167724 Status: Open => Solved Jeff Sant confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #166552]: How can i read, write to windows registry?

2011-08-15 Thread Jeff Sant
Question #166552 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166552 Status: Answered => Solved Jeff Sant confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #166991]: Easiest way to convert sikuli code to java?

2011-08-15 Thread Jeff Sant
Question #166991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166991 Jeff Sant gave more information on the question: java -cp sikuli-script.jar org.python.util.jython test.sikuli\test.py [info] Sikuli vision engine loaded. [info] Windows utilities loaded. [info] VDictProxy

Re: [Sikuli-driver] [Question #166991]: Easiest way to convert sikuli code to java?

2011-08-15 Thread Jeff Sant
Question #166991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166991 Status: Answered => Open Jeff Sant is still having a problem: actually i want it to be a java program so i need not to install sikuli on each pc i want to use my program. where should i define

  1   2   >