[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-04 Thread K J R KISHORE KUMAR REDDY
create below folder SikuliX,"SikuliX\Lib" in c drive C:\SikuliX C:\SikuliX\Lib place Sikulix.jar file in "C:\Sikuli" and create one test.sikuli in "C:\Sikuli\Lib" folder i am launch sikuli using below bath file: @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set lib_path=%mypath%

Re: [Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-04 Thread K J R KISHORE KUMAR REDDY
Question #689123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689123 Status: Answered => Solved K J R KISHORE KUMAR REDDY confirmed that the question is solved: I am using SSHLibrary and i can able to execute Linux commands remotely from windows machine using siku

[Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-03 Thread K J R KISHORE KUMAR REDDY
New question #689123 on Sikuli: https://answers.launchpad.net/sikuli/+question/689123 How to execute Linux commands remotely from windows machine using sikulix -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-03 Thread K J R KISHORE KUMAR REDDY
Hello RaiMan, I want to Bath env paths are to be considering in Sikuli IDE so that i can place all my sikuli folder inside that path and i can able to import those sikuli folder in IDE SikuliIDE 1.1.3 is have above behavior -- You received this bug notification because you are a member of

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-02 Thread K J R KISHORE KUMAR REDDY
I am launching SikuliX using below bath file and after launching i am import modules from "lib_path" directory @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set WSPath=%mypath% set lib_path=%mypath% set extension_path=%mypath% call set WSPath=%%WSPath:\SikuliX=% %%% call set

[Sikuli-driver] [Bug 1865423] [NEW] Bath env paths are not considering in Sikuli IDE

2020-03-01 Thread K J R KISHORE KUMAR REDDY
Public bug reported: i have set below path and try to import modules from below path not working SET PATH=%c:\test_path%;%PATH% Note: SikuliIDE 1.1.3 is working but latest releases its not working ** Affects: sikuli Importance: Undecided Status: New -- You received this bug

[Sikuli-driver] [Bug 1859910] [NEW] Selenium is not working in Sikuli IDE

2020-01-15 Thread K J R KISHORE KUMAR REDDY
Public bug reported: To run selenium in sikulix-2.0.1 i am running below code i am getting error message but if i am running selenium in sikulix1.1.3 it is working. could please fix in sikulix-2.0.1 import os import sys load("selenium-server-standalone-3.141.59.jar") from

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Jeremy J Swartwood posted a new comment: Ah, perhaps it's taking the normal path and calling keyPress method from the java.awt.Robot class instead. Who knows how that's implemented though. Long and short

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Jeremy J Swartwood posted a new comment: This talks about rdp blocking it. https://stackoverflow.com/questions/1138606/alternative-to-sendkeys- when-running-over-remote-desktop and another https

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Answered => Open Jeremy J Swartwood is still having a problem: Ok, my real job duties blocked me again. I apologize. I tried paste and I also tried starting remote desktop connection f

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-14 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Answered => Open Jeremy J Swartwood is still having a problem: Yes, focus is definitely on the RDC window. I would have a two line script like this: wait(5) type("abc") Then I wo

[Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-12 Thread Jeremy J Swartwood
New question #679151 on Sikuli: https://answers.launchpad.net/sikuli/+question/679151 When using Remote Desktop Connection or Remote Desktop Connection Manager, typing does not work. I can do click("image.png") and it works However, if I use type("text") nothing will show up. Even if I open

[Sikuli-driver] [Bug 1797505] Re: [1.1.4] IDE error opencv_java342.dll windows 10 64bit

2018-10-17 Thread Fran J
I have this issue on windows 7 with latest JRE and Redistributable 2017 but without latest updates of windows (a lot of windows updates was missing in fact). I updated window, tested it again and it work now. -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #674981]: [1.1.4] Can't find dependent libraries for opencv_java342

2018-10-10 Thread Fran J
New question #674981 on Sikuli: https://answers.launchpad.net/sikuli/+question/674981 Hello, I have some python scripts using sikuli. It was find with version 1.1.1 I installed the 1.1.4 version, as described in the download page with jython 2.7.1. But when I run the script, with the

Re: [Sikuli-driver] [Question #265916]: The bundled jython 2.7b4 cannot be used on Java 6

2015-04-26 Thread chris j vargo
Question #265916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265916 Status: Answered = Open chris j vargo is still having a problem: Yes, your right, setup ran with Java 8: RunningJava: Java 8 (x86_64) 1.8.0_45-b14 How do I run the program as Java 8 in osx? -- You

Re: [Sikuli-driver] [Question #265916]: The bundled jython 2.7b4 cannot be used on Java 6

2015-04-26 Thread chris j vargo
Question #265916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265916 Status: Answered = Solved chris j vargo confirmed that the question is solved: Thanks for your help. After running: /usr/libexec/java_home -V Java 6 was the only version showing up, very odd

[Sikuli-driver] [Question #264567]: Using Sikuli to Assist with Visual Impairment

2015-04-03 Thread J. Mailshredder
New question #264567 on Sikuli: https://answers.launchpad.net/sikuli/+question/264567 I have used Sikuli in the past to automate a number of individual processes so I'm familiar with the IDE and how to make basic scripts. Due to a traumatic brain injury I now have limited ability to sit in

Re: [Sikuli-driver] [Question #260735]: Launch4J: an exe containing sikulixapi.jar does not work

2015-01-22 Thread J Rivera
Question #260735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260735 J Rivera posted a new comment: That sounds great!.. looking forward to take a look at that new feature. Thanks! -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #258381]: JavaSwing - ActionPerformed button - Implements Runnable - Sikuli actions not being performed

2015-01-12 Thread J Rivera
Question #258381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258381 Status: Answered = Solved J Rivera 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 #258381]: JavaSwing - ActionPerformed button - Implements Runnable - Sikuli actions not being performed

2014-11-28 Thread J Rivera
New question #258381 on Sikuli: https://answers.launchpad.net/sikuli/+question/258381 Hi, I am writing this small java swing application in Eclipse Luna, in which I am calling some sikuli actions to be performed from a class that implements runnable when a button on the java GUI is clicked.

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-09 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 Status: Answered = Solved J confirmed that the question is solved: Hi RaiMan, I don't think that I had any RC3 stuff on my machine, but my coworker figured out that we needed to use JRE instead of JDK

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-08 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 Status: Answered = Open J is still having a problem: I just changed the set PATH command to add \libs at the end, and I restarted my computer just to make sure I get a clean start. Here's the message

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-08 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 J posted a new comment: Apologies, but I'm not quite sure how to do this. This is what I have and it isn't working: --- @echo off setlocal set ECLIPSE=C:\Program Files\eclipse set WORKSPACE=C:\Users\tester

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-08 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 J posted a new comment: I'm still working on getting -Dsikuli.Debug=3 working, but I tried running a more simple Ant script and this is the error that I get: java.lang.UnsatisfiedLinkError: C:\Users\tester

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-03 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 Status: Answered = Open J is still having a problem: Hi RaiMan, Thanks for the quick reply. I changed all references from SIKULI_HOME to SIKULIX_HOME (including in my environment variables) and I am

[Sikuli-driver] [Question #251123]: Can't run tests via ant script and batch file

2014-07-02 Thread J
New question #251123 on Sikuli: https://answers.launchpad.net/sikuli/+question/251123 My team and I have written a robust framework using Sikuli and Java in Eclipse, using the Sikuli version downloaded from the jar here https://launchpad.net/sikuli/sikulix/1.0.1. We are trying to get tests

[Sikuli-driver] [Question #247107]: version of OpenCV for linux: 2.2+ or 2.4?

2014-04-16 Thread J Martinez
New question #247107 on Sikuli: https://answers.launchpad.net/sikuli/+question/247107 I've been running sikuli on win7. Great stuff. Script does about 6 hrs of work a day. Moving it to linux becuase moving it onto a virtual machine. Trouble when run it on linux. Get error: . . .

Re: [Sikuli-driver] [Question #247107]: version of OpenCV for linux: 2.2+ or 2.4?

2014-04-16 Thread J Martinez
Question #247107 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247107 Status: Open = Solved J Martinez confirmed that the question is solved: Turns out that is one of the (probably many) symptoms of needing to build libVisionProxy.so using the code and instructions

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Answered = Open J Martinez is still having a problem: Thank you so much for the response. I did the manual install for option 2. (The auto install didn't work) I rechecked this morning. Still

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Needs information = Open J Martinez gave more information on the question: Don't leave it open on my account, I have a work-around. However, I would be happy to help trouble-shoot the issue

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 J Martinez gave more information on the question: In my windows environment the only thing that has anything to do with python is my PATH variable. Could that irritate jython? I'm not aware of any python

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Answered = Open J Martinez is still having a problem: Tks -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of RaiMan Sent: Wednesday, January 15

[Sikuli-driver] [Question #242220]: support for ftplib

2014-01-14 Thread J Martinez
) at org.sikuli.scriptrunner.JythonScriptRunner.findErrorSourceWalkTrace(J ythonScriptRunner.java:326) at org.sikuli.scriptrunner.JythonScriptRunner.findErrorSource(JythonScri ptRunner.java:290) at org.sikuli.scriptrunner.JythonScriptRunner.runPython(JythonScriptRunn er.java:200

Re: [Sikuli-driver] [Question #239422]: Sikuli IDE 1.1 support for Extensions

2013-11-18 Thread J. Xavier Atero
Question #239422 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239422 Linked to bug: #851622 https://bugs.launchpad.net/bugs/851622 X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader -- You received this question notification because

[Sikuli-driver] [Question #239422]: Sikuli IDE 1.1 support for Extensions

2013-11-18 Thread J. Xavier Atero
New question #239422 on Sikuli: https://answers.launchpad.net/sikuli/+question/239422 I've seen that Sikuli IDE 1.1 release is now planned for Jan 31 2014. Will this version support Extensions? in particular the guide extension. Thanks. -- You received this question notification because you

Re: [Sikuli-driver] [Question #234149]: Issues with type() wrapper method in Java

2013-08-27 Thread J
Question #234149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234149 Status: Needs information = Open J gave more information on the question: Sorry about the delay, things have been busy. I just sent the code to you. I'm using Sikuli X-1.0rc3 (r905). -- You received

Re: [Sikuli-driver] [Question #234192]: Sikuli in ANT/MAVEN/Jenkins

2013-08-19 Thread j
Question #234192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234192 Status: Open = Answered j proposed the following answer: You can set your return code manually with sys.exit e.g. like this at the end of your python script: # .. run code if (failed): sys.exit(1

[Sikuli-driver] [Question #234149]: Issues with type() wrapper method in Java

2013-08-16 Thread J
New question #234149 on Sikuli: https://answers.launchpad.net/sikuli/+question/234149 Hi there, I'm working on a test suite for one of our applications and I have come across some issues with creating wrapper methods. In a parent class I have this code: protected void type(String phrase)

Re: [Sikuli-driver] [Question #234149]: Issues with type() wrapper method in Java

2013-08-16 Thread J
Question #234149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234149 Description changed to: Hi there, I'm working on a test suite for one of our applications and I have come across some issues with creating wrapper methods. In a parent class I have this code: protected

Re: [Sikuli-driver] [Question #229403]: [1.0] sikuli guide import possible with 1.0? -- No - planned for 1.1

2013-08-15 Thread J. Xavier Atero
Question #229403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229403 J. Xavier Atero posted a new comment: Looking forward to this! Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Bug 1169081] Re: Guide extention : Text position with dual screen

2013-08-15 Thread J. Xavier Atero
I am having the same problem. While waiting for the fix, I have redefined the guide functions inside my code the following way: # redefine guide functions until bugs are fixed resolution_x = 1920 resolution_y = 1080 def text2(target, txt, fontsize = 16, side = 'bottom'):

Re: [Sikuli-driver] [Question #233924]: How is Github's Sikuli related to Bitbucket's Sikuli?

2013-08-13 Thread j
Question #233924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233924 j posted a new comment: Bitbucket Sikuli aka Sikuli-API is part of a students program. It is kind of a reboot of Sikuli with restructured internal components. When I last looked at it (about 3 months ago

Re: [Sikuli-driver] [Question #230684]: [Sikuli Java API] FindFail VS null pointer

2013-06-13 Thread j
Question #230684 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230684 j posted a new comment: Just an addition: In SikuliScript, you can change the fail behaviour with region.setThrowException(false) then you have the same behaviour as in sikuli API, null is returned. I

Re: [Sikuli-driver] [Question #230363]: [Java] Button Capture and ScreenUnion

2013-06-07 Thread j
Question #230363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230363 Status: Open = Answered j proposed the following answer: just make sure you have sikuli-script in your classpath and then add Screen.getScreen(0).capture() to the action-listener of your button

Re: [Sikuli-driver] [Question #229966]: Checking for sequntial visual events using Observe

2013-06-03 Thread j
Question #229966 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229966 Status: Open = Needs information j requested more information: Can you post your _checkForStatusChange_sending method? You register the second onAppear listener to the same region as the first, so your

Re: [Sikuli-driver] [Question #230125]: Region Within a Region

2013-06-03 Thread j
Question #230125 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230125 Status: Open = Answered j proposed the following answer: Hi, please ask questions about Sikuli API on http://code.google.com/p /sikuli-api/issues/list where the Sikuli API developers can answer you

Re: [Sikuli-driver] [Question #229824]: i am new to sikuli please tell about prerequisites for sikuli 1.0.0rc2

2013-05-29 Thread j
Question #229824 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229824 Status: Open = Answered j proposed the following answer: You seem to use a very old version of Sikuli and should upgrade to the latest version (see http://www.sikuli.org/download.html). Also

Re: [Sikuli-driver] [Question #229810]: OSError: Cannot run program C:\Program (in directory C:\Program Files (x86)\Sikuli X): CreateProcess error=2

2013-05-29 Thread j
Question #229810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229810 Status: Open = Answered j proposed the following answer: Looks like Sikuli can't handle whitespaces in paths. Try if it works if you cd into Sikuli X: cd C:\Program Files (x86)\Sikuli X\ And then run

Re: [Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-05-29 Thread j
Question #229825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229825 Status: Open = Answered j proposed the following answer: you can use the onChange listener to do this, if you don't know how your image looks like: def handler(event): print the region changed

Re: [Sikuli-driver] [Question #228813]: sikuli using OCR even when text() not used?

2013-05-14 Thread j
Question #228813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228813 j posted a new comment: If this wasn't the reason of your crash, please show the code that crashed sikuli-ide. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #228447]: How to click objects in sequence?

2013-05-10 Thread j
Question #228447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228447 Status: Open = Answered j proposed the following answer: You can order your found matches: icons = findAll( text icon ) sorted(icons, key=lambda m:m.y) # sorts the found icons by y value for icon

[Sikuli-driver] [Bug 1178428] [NEW] Can't use a folder named libs in Eclipse project

2013-05-09 Thread J
Public bug reported: Sikuli version: r930 Operating system: Mac 10.7.5, 64 bit Hello! For some time I have been having troubles with getting a Sikuli test to run in my Eclipse project on my Mac until today. In the project I have a folder named libs in which all the necessary .jar files are

Re: [Sikuli-driver] [Question #226699]: Documentation on Native APIs for sikuli script

2013-04-15 Thread j
Question #226699 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226699 j posted a new comment: There is no documentation of the internal Sikuli APIs as far as I know. If you want to understand how Sikuli uses opencv, take a look at the code: https://github.com/sikuli/sikuli

Re: [Sikuli-driver] [Question #226133]: use sikuli to simulate multi-user volume testing.

2013-04-08 Thread j
Question #226133 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226133 j posted a new comment: Of course you can start a script multiple times on a PC, but you only have one mouse and one keyboard and maybe only one screen, so your scripts would have to share these. Depending

Re: [Sikuli-driver] [Question #224893]: Sequential Vs POP UP

2013-03-24 Thread j
Question #224893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/224893 j posted a new comment: You could also use the observer()-method to observe the screen. def closePopup(): click(okbutton) onAppear(popupimage, closePopup) observe(FOREVER, True) This will start

Re: [Sikuli-driver] [Question #223076]: Sleep until specific time, or start at specific time?

2013-03-01 Thread chris j vargo
Question #223076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223076 chris j vargo posted a new comment: Thanks yet again RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #223076]: Sleep until specific time, or start at specific time?

2013-03-01 Thread chris j vargo
Question #223076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223076 Status: Answered = Solved chris j vargo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #223076]: Sleep until specific time, or start at specific time?

2013-02-28 Thread chris j vargo
New question #223076 on Sikuli: https://answers.launchpad.net/sikuli/+question/223076 Dear the best automation software in the world: Is there a best practice for sleeping until a specific time, or launching at a specific time? I'm trying this: import time import datetime for i in

Re: [Sikuli-driver] [Question #222923]: Using Sikuli to take automated screenshots of a window?

2013-02-27 Thread chris j vargo
Question #222923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/222923 Status: Answered = Open chris j vargo is still having a problem: Thanks! Small typo on this line, missed a bracket: shutil.move(img, os.path.join(screenshotsDir, test.png)) Only one small hangup

Re: [Sikuli-driver] [Question #222923]: Using Sikuli to take automated screenshots of a window?

2013-02-27 Thread chris j vargo
Question #222923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/222923 Status: Answered = Solved chris j vargo confirmed that the question is solved: Whoops. Case sensitive. Spoiled by UNIX not caring. Thanks again! -- You received this question notification because you

[Sikuli-driver] [Question #222923]: Using Sikuli to take automated screenshots of a window?

2013-02-26 Thread chris j vargo
New question #222923 on Sikuli: https://answers.launchpad.net/sikuli/+question/222923 Simple question here: I'd like to use Sikuli to take a screenshot of a window on a mac, which would be done by hitting CMD+SHIFT+4 then hitting Space, then clicking a window. For the CMD+SHIFT+4 I'm having

Re: [Sikuli-driver] [Question #221909]: Is there an easy way to install sikuli in Ubuntu?

2013-02-15 Thread j
Question #221909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221909 j posted a new comment: I use Sikuli on Ubuntu 12.04 and it works, but like RaiMan said, it's a little tricky to get it to work -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #221909]: Is there an easy way to install sikuli in Ubuntu?

2013-02-14 Thread j
Question #221909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221909 j posted a new comment: Which version of Ubuntu do you use? Be sure you use * a JRE6 32bit * opencv2.1 Does apt-get install sikuli-ide work? I never used it, but I know it exists. -- You received

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-12 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Status: Answered = Open J is still having a problem: Thanks RaiMan, but unfortunately adding new Screen(); produces the exact same error as in the original post. Should I just wait until a newer version

[Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
New question #221627 on Sikuli: https://answers.launchpad.net/sikuli/+question/221627 Hey all, I am trying to run a simple test in Java with Sikuli on Mac. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public class MacTest { @Test public void

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Linked to bug: #220385 https://bugs.launchpad.net/bugs/220385 envy needs to pull drivers from multiverse, not PPA -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Description changed to: Hey all, I am trying to run a simple test in Java with Sikuli on Mac. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public class MacTest {

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Removed link to bug: #220385 https://bugs.launchpad.net/bugs/220385 envy needs to pull drivers from multiverse, not PPA -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-02-01 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 J confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-02-01 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Status: Answered = Solved J confirmed that the question is solved: Thank you so much for your steps. I have done this and now I get a different error, but I am going to do some investigation to see what

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-31 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Status: Answered = Open J is still having a problem: Hi RaiMan, I think I might need to take a step or two back. I do have the Sikuli IDE in Applications, but I have a few questions: - Will adding

Re: [Sikuli-driver] [Question #220686]: Need Key function for SPACE key

2013-01-31 Thread j
Question #220686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220686 j posted a new comment: Very nice answer :D -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-28 Thread J
New question #220385 on Sikuli: https://answers.launchpad.net/sikuli/+question/220385 Hi there, I am currently trying to run a very simple JUnit test in Eclipse using Sikuli. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public class MacTest { @Test

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-28 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Description changed to: Hi there, I am currently trying to run a very simple JUnit test in Eclipse using Sikuli. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-28 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Description changed to: Hi there, I am currently trying to run a very simple JUnit test in Eclipse using Sikuli. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-28 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Description changed to: Hi there, I am currently trying to run a very simple JUnit test in Eclipse using Sikuli. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public

Re: [Sikuli-driver] [Question #220385]: Can't run Sikuli JUnit test on Mac

2013-01-28 Thread J
Question #220385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220385 Description changed to: Hi there, I am currently trying to run a very simple JUnit test in Eclipse using Sikuli. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public

Re: [Sikuli-driver] [Question #220188]: Sikuli - how to read numbers

2013-01-26 Thread j
Question #220188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220188 j posted a new comment: Sorry wrong question :D ignore my answer -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #220188]: Sikuli - how to read numbers

2013-01-26 Thread j
Question #220188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220188 Status: Open = Answered j proposed the following answer: see http://doc.sikuli.org/screen.html#Screen.capture Use capture() to capture the whole screen. The save location will be returned as a string

Re: [Sikuli-driver] [Question #220146]: Take a screenshot of a region

2013-01-26 Thread j
Question #220146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220146 Status: Open = Answered j proposed the following answer: see http://doc.sikuli.org/screen.html#Screen.capture Use capture() to capture the whole screen. The save location will be returned as a string

Re: [Sikuli-driver] [Question #219739]: Types more than once - need to wait for image to vanish

2013-01-21 Thread j
Question #219739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219739 j posted a new comment: To optimize the speed of your script, you could also use: while True: match = exists(V.png) if match: type(F) match.nearby(10).waitVanish(V.png) As always

Re: [Sikuli-driver] [Question #219548]: Passing a Region as a arguement

2013-01-19 Thread j
Question #219548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219548 j posted a new comment: You don't need any keyword, because Python does not require typedefinitions like e.g. c# does. All you need is a name, and Python will determine its type when it is used at runtime

Re: [Sikuli-driver] [Question #218273]: Sikuli does not run on CentOS

2013-01-12 Thread j
Question #218273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218273 Status: Needs information = Answered j proposed the following answer: Then you have a 64bit Java. Please download and install a 32bit version of java 6 and launch Sikuli with this Java -- You received

Re: [Sikuli-driver] [Question #218275]: Get text from screen in sikuli using offset

2013-01-04 Thread j
Question #218275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218275 Status: Open = Answered j proposed the following answer: Use this: find(img.png).right(100).text() to extract the text that is in the area on the right of your image, with width 100px. You can also

Re: [Sikuli-driver] [Question #218273]: Sikuli does not run on CentOS

2013-01-04 Thread j
Question #218273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218273 Status: Open = Needs information j requested more information: Do you use java 6 32bit to run Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #218275]: Get text from screen in sikuli using offset

2013-01-04 Thread j
Question #218275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218275 j posted a new comment: Addition: of course you have to assign the result to a variable, so it's foundText = find(img.png).right(100).text() And you should use foundText = foundText.strip() afterwards

Re: [Sikuli-driver] [Question #218078]: type() foreign symbol example

2013-01-02 Thread j
Question #218078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218078 Status: Open = Answered j proposed the following answer: This is a major problem in Sikuli. The only way I found working is using the OS-support for special chars, like holding the ALT-key and typing

Re: [Sikuli-driver] [Question #217868]: How to recognized 2 identical controls on page?

2013-01-01 Thread j
Question #217868 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217868 j posted a new comment: A third possibility is to use findAll(..//Test Data//ResumeBar.png) and sort the returned results by x- or y-coordinate. Then you can pick the pattern you like, e.g. if you know

Re: [Sikuli-driver] [Question #218023]: Whats wrong with ELIF

2013-01-01 Thread j
Question #218023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218023 Status: Open = Answered j proposed the following answer: Then you should write: if exists(tabGMAIL): click(tabGMAIL) elif exists(tabGMAILblue): click(tabGMAILblue) else: click

Re: [Sikuli-driver] [Question #217695]: schleife in schleife

2012-12-26 Thread j
Question #217695 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217695 Status: Open = Needs information j requested more information: Und wo genau liegt das Problem? :-) -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #217350]: Regarding usage of observe

2012-12-21 Thread j
Question #217350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217350 j posted a new comment: Observers can also be a lot faster when you want to search for more than one image at once. If you run a find() five times, it takes five times as long as one find() takes

Re: [Sikuli-driver] [Question #217101]: [Sikuli Java API] Sources for Sikuli Java API

2012-12-19 Thread j
Question #217101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217101 j posted a new comment: I wonder why the sikuli.core packages are not available on the public repo.. However you can find them in the maven2 repository, e.g. here http://mirrors.ibiblio.org/maven2/org

Re: [Sikuli-driver] [Question #216981]: using sikuli, how to compare two strings of the image?

2012-12-17 Thread j
Question #216981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216981 Status: Open = Answered j proposed the following answer: You can try the OCR feature. To use it, you have to get the region in which the numbers are displayed. You can then use region.text

Re: [Sikuli-driver] [Question #216881]: how can Sikuli be used for wait for the button untill it displayed it and then click on it

2012-12-17 Thread j
Question #216881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216881 j posted a new comment: If your script stops, your while-loop must have ended. Therefore your img1.png was not found after some loops. It's hard to tell why it was not found without seeing the GUI

Re: [Sikuli-driver] [Question #216856]: help importing modules

2012-12-16 Thread j
Question #216856 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216856 Status: Open = Answered j proposed the following answer: All sikuli Classes are only automatically available in the module you are launching with sikuli, not the ones you're importing into that one

Re: [Sikuli-driver] [Question #216856]: help importing modules

2012-12-14 Thread j
Question #216856 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216856 Status: Open = Answered j proposed the following answer: You have to change test.sikuli: Either write from functions import * instead of import functions to import all elements of the functions module

Re: [Sikuli-driver] [Question #216856]: help importing modules

2012-12-14 Thread j
Question #216856 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216856 j posted a new comment: Just an addition for your understanding: You may notice the similarity to the other module you imported: import os To use the path attribute of the os module, you have to write

Re: [Sikuli-driver] [Question #216523]: Java API target offset

2012-12-12 Thread j
Question #216523 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216523 Status: Open = Answered j proposed the following answer: I think you can do it like this: Target t = new ImageTarget(new File(close_downtime.png)); DesktopMouse m = new Desktopmouse(); Screenregion s

Re: [Sikuli-driver] [Question #216581]: Can't run the .sikuli in the linux(SUSE_64)

2012-12-12 Thread j
Question #216581 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216581 Status: Open = Answered j proposed the following answer: Do you have libcv2.1 installed? Looks like it is missing. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #216219]: How to watch a screen and make screenshots of regions

2012-12-11 Thread j
Question #216219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216219 Status: Open = Answered j proposed the following answer: Try this: import shutil def changeHandler(event): shutil.copyfile(capture(event.region),C:\\my\\dir) reg = Region(0,0,500,500

  1   2   3   >