[Sikuli-driver] [Question #661161]: Convert bool to string

2017-11-28 Thread spyros-liakos
New question #661161 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661161

def Save_Settings(event):
configFile = File("config.properties")
inProps = Properties()  
inProps.setProperty("Member", check_member_enable.isSelected())
outputStream = FileOutputStream(configFile)
inProps.store(outputStream, "host setttings")
outputStream.close()


I get this error: TypeError: setProperty(): 2nd arg can't be coerced to String
I try: inProps.setProperty("Member", 
String.valueOf(check_member_enable.isSelected())

**How can I make this work.. ???
Thank you!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread RaiMan
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

RaiMan proposed the following answer:
Here you are with a basic solution:

- run a setup with the latest nightly 1.1.2 (select option 1 and 2)

- in the setup folder run
java -jar sikulixsetup-1.1.2-jar scriptjar 

- if everything works, you get a script.jar (which you might rename as
you like)

- to run your script jar:
java -jar 

Be aware: 
- with every script, that you pack this way, you get a jar that at least has 
60MB
- this only works for one script currently

For now I decided to leave it experimental for now and undocumented,
because it does not look like the ultimate solution ;-)

My idea is to have a runner jar, that can be used to run other jars,
that only contain obfuscated/compiled scripts.

The overall challenge is to allow imports and assure access to image
files contained in the scripts.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-28 Thread RaiMan
Question #660834 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660834

Status: Open => Answered

RaiMan proposed the following answer:
please have a look at this experimental solution:
https://answers.launchpad.net/sikuli/+question/660613

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread RaiMan
according to your original bug description it is some IBM Java 1.7

So please make sure, to have a clean Java 1.7 or 1.8 environment for the
above SikuliX basic test.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661174]: The-Flash-seasaon-4-episode-8

2017-11-28 Thread hislachaph
New question #661174 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661174

https://www.justgiving.com/crowdfunding/FOXtv-watch-The-Flash-seasaon-4-episode-8-free-HD

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661177]: the flash season 4 episode 8

2017-11-28 Thread hislachaph
New question #661177 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661177

https://www.justgiving.com/crowdfunding/FOXTV-Watch-The-Flash-season-4-episode-8-Onl-ine-streaming-free-hq

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread Praveen Reddy
Hey RaiMan,

I've checked my machine for JRE in C-Drive and Control panel programs.
My system has default JRE-Java 6 Update 20 which will come for windows,
I've tried with this but it didn't worked; so recently only i have
installed Java 8 update 45, but still its not working. Attaching
screenshots of my Java details. Please look into it. Frankly speaking
i'm not sure why that 1.7 is coming in error details.

Many Thanks,
Praveen Reddy

** Attachment added: "Java version.docx"
   
https://bugs.launchpad.net/sikuli/+bug/1734480/+attachment/5015639/+files/Java%20version.docx

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Max
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

Max posted a new comment:
Excellent!!! I will try tonight :) Thank you so much for your 
help!! I'll let you know the result ;)
Thanks again!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661204]: the flash season 4 episode 8

2017-11-28 Thread hislachaph
New question #661204 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661204

https://community.rsa.com/thread/194283

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread RaiMan
what do you get, when you run from a command line:
java -version

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread Praveen Reddy
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread RaiMan
ok, then from such a command line run this:

java -Dsikuli.Debug=3 -jar 

... just press cancel at the popup

and paste the output

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661205]: The walking dead season 8 episode 6

2017-11-28 Thread hislachaph
New question #661205 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661205

https://community.rsa.com/thread/194287

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661207]: thor ragnarok

2017-11-28 Thread hislachaph
New question #661207 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661207

https://community.rsa.com/thread/194288
https://community.rsa.com/thread/194289
https://community.rsa.com/thread/194290

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread Praveen Reddy
Hey RaiMan,

Here is the Output: Also please be informed that I'm able to use
successfully sikuli-script.jar(but it doesn't have teserract OCR
features. However I'm not able to use any SikuliAPI.Jar; I'm working in
Rational Application Developer for Websphere. Let me know if you need
any further details.

C:\Users\KUMAR>java -Dsikuli.Debug=3 -jar C:\Users\KUMAR\Documents\Downloads
\sikulixapi.jar
[debug] Debug.init: from sikuli.Debug: on: 3
[debug] RunTimeINIT: loadOptions: check: C:\Users\KUMAR
[debug] RunTimeINIT: loadOptions: check: C:\Users\KUMAR
[debug] RunTimeINIT: loadOptions: check: C:\Users\KUMAR\AppData\Roaming\Sikuli
x\SikulixStore
[debug] RunTimeINIT: global init: entering as: API
[debug] RunTimeINIT: ScreenDevice 0 has (0,0) --- will be primary Screen(0)
[debug] RunTimeINIT: Monitor 0: (0, 0) 1280 x 720
[debug] RunTimeINIT: runs as sikulixapi.jar in: C:\Users\KUMAR\Documents\Downl
oads
[debug] RunTimeINIT: exists libs folder at: C:\Users\KUMAR\AppData\Roaming\Sik
ulix\SikulixLibs_201711101307
[debug] RunTimeINIT: addToWindowsSystemPath: added to systempath:
C:\Users\KUMAR\AppData\Roaming\Sikulix\SikulixLibs_201711101307
[debug] RunTimeINIT: checkJavaUsrPath: added to ClassLoader.usrPaths
* show environment for API (build 201711101307)
user.home: C:\Users\KUMAR
user.dir (work dir): C:\Users\KUMAR
user.name: KUMAR
java.io.tmpdir: C:\Users\KUMAR\AppData\Local\Temp\1
running 32Bit on Windows (6.1) from a jar
java 8-32 version 1.8.0_45-b14 vm 25.45-b02 class 52.0 arch x86
app data folder: C:\Users\KUMAR\AppData\Roaming\Sikulix
libs folder: C:\Users\KUMAR\AppData\Roaming\Sikulix\SikulixLibs_201711101307
executing jar: C:\Users\KUMAR\Documents\Downloads\sikulixapi.jar
*** classpath dump sikulix
  0: /C:/Users/KUMAR/Documents/Downloads/sikulixapi.jar
*** classpath dump end
* show environment end
[debug] RunTimeAPI: global init: leaving
[debug] RunTimeAPI: initAPI: entering
[debug] RunTimeAPI: resourceList: enter
[debug] RunTimeAPI: resourceLocation: (class org.sikuli.script.RunTime) /Lib/sik
uli
[debug] RunTimeAPI: resourceList: having jar: jar:file:/C:/Users/KUMAR/Documen
ts/Downloads/sikulixapi.jar!/Lib/sikuli
[debug] RunTimeAPI: files exported: 7 from: Lib/sikuli to:
 C:\Users\KUMAR\AppData\Roaming\Sikulix\Lib\sikuli
[debug] RunTimeAPI: initAPI: leaving
[debug] RunTimeAPI: final cleanup
[debug] FileManager: deleteFileOrFolder:
C:\Users\KUMAR\AppData\Local\Temp\1\Sikulix_2074887024

C:\Users\KUMAR>

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  [error] RunTimeINIT: Java version not detected (using 7):
  pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version
  pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86

Status in Sikuli:
  Opinion

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7

[Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread o wea
New question #661213 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661213

Hi, i am playing a game and unlocking toons from time to time, when i had 10 
before, my code was working fine. but now i have 30+ toons, some of them take 
almost 5-10 mins to start choosing their task. my code is as follows:

if tasktitle.exists(Icon1): 
# 6 mins task
CharacterIndex = Toon1  # Toon1 = 1
elif tasktitle.exists(Icon2):  
# 6 mins task
CharacterIndex = Toon2  # Toon2 = 2, etc...
elif tasktitle.exists(Icon3): 
# 8 min task
CharacterIndex = Toon3   

elif tasktitle.exists(Icon99): 
# 8 min task
CharacterIndex = Toon99   

i read the manual and i tried Settings.ObserveScanRate can be changed but not 
quite helpful
For example,
Settings.ObserveScanRate = 0.01

if tasktitle.exists(Icon1): 
# 6 mins task
CharacterIndex = Toon1  
elif tasktitle.exists(Icon2):
  

Settings.ObserveScanRate = 1

Some toons still take age to start choosing their task.
Any idea how i can improve my situation?
Maybe you can advise some scenario to achieve my goal since i am not expert in 
programming.




-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread RaiMan
Question #661213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661213

Status: Open => Answered

RaiMan proposed the following answer:
use 
exists(img, 0)

which only searches once and then comes back, which only takes about
some 10 milliseconds.

ObserveScanRate/WaitScanrate are only the presets, to decide how often
per second SikuliX searches for the image while waiting for it to come
up.

recommendations:
- use latest SikuliX (>= 1.1.1)
- know the docs: http://sikulix-2014.readthedocs.io/en/latest/index.html

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661214]: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread Praveen Reddy
New question #661214 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661214

Hi RaiMan,

Since my internal downloads are blocked in my system, i tried an Offline Setup 
as per below link steps. But still i'm getting below Error when i'm running my 
code. I've configured my SikuliAPI.jar file into my java project. Please help 
me on this.

http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

Error Logs:

[TestNG] Running:
  C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

[error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch 
x86

*** system properties dump
com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
com.ibm.vm.bitmode = 32
com.ibm.zero.version = 2
java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p

java.class.version = 51.0
java.compiler = j9jit26
java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
J9VM - R26_Java726_SR7_20140627_0924_B204598
JIT - r11.b06_20140409_61252.04
GC - R26_Java726_SR7_20140627_0924_B204598
J9CL - 20140627_204598
java.home = C:\IBM\SDP\jdk\jre
java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
java.specification.name = Java Platform API Specification
java.specification.vendor = Sun Microsystems Inc.
java.specification.version = 1.7
java.vendor = IBM Corporation
java.vendor.url = http://www.ibm.com/
java.version = 1.7.0
java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
os.arch = x86
os.encoding = UTF8
os.name = Windows 7
os.version = 6.1
path.separator = ;
sun.arch.data.model = 32
*** system properties dump end

Unhandled exception
Type=Segmentation error vmState=0x0004
J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
EDI=04DA0894 ESI= EAX= EBX=0064E300
ECX=0020 EDX=2FF81398
EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
GS=002B FS=0053 ES=002B DS=002B
Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
Module_base_address=67CA Offset_in_DLL=0002737b
Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661214]: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread RaiMan
Question #661214 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661214

RaiMan posted a new comment:
I am converting this to a question, since I do not accept it as a
SikuliX bug

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread o wea
Question #661213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661213

Status: Answered => Open

o wea is still having a problem:
wow, such a quick response!!! thanks!
your magic improved the loop time from 162s to 11s.

i think i will apply this to all my exists() check.
do u think there is any issue with it?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread RaiMan
I am converting this to a question, since I do not accept it as a
SikuliX bug

** Changed in: sikuli
   Status: Opinion => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/661214

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  Having problems using Rational Application Developer for Websphere

Status in Sikuli:
  Invalid

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.

2017-11-28 Thread RaiMan
ok, everything is fine on your plain system (Java 8 and SikuliX 1.1.1+)

Your problems seem to be inside your Rational Application Developer for
Websphere environment, which is obviously special.

I am sorry: I cannot help you with that.

** Summary changed:

- [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version 
pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 arch x86
+ Having problems using Rational Application Developer for Websphere

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  Having problems using Rational Application Developer for Websphere

Status in Sikuli:
  Invalid

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1734480] Re: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread Praveen Reddy
ok RaiMan fine but, its similar to Eclipse IDE: Java EE not sure how it
differs. So will this Question be resolved? If Yes, please let me know
ETA, otherwise i may need to find alternatives, because its little
urgent for me. Thanks

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1734480

Title:
  Having problems using Rational Application Developer for Websphere

Status in Sikuli:
  Invalid

Bug description:
  Hi RaiMan,

  Since my internal downloads are blocked in my system, i tried an
  Offline Setup as per below link steps. But still i'm getting below
  Error when i'm running my code. I've configured my SikuliAPI.jar file
  into my java project. Please help me on this.

  http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

  Error Logs:

  [TestNG] Running:
    C:\Users\Kumar\IBM\rationalsdp\workspace\RoughWork\testng.xml

  [error] RunTimeINIT: Java version not detected (using 7): 
pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 class 51.0 
arch x86

  *** system properties dump
  com.ibm.oti.vm.bootstrap.library.path = 
C:\IBM\SDP\jdk\jre\bin\default;C:\IBM\SDP\jdk\jre\bin
  com.ibm.vm.bitmode = 32
  com.ibm.zero.version = 2
  java.class.path = 
C:\IBM\SDP\plugins\org.testng.eclipse_6.11.0.201703011520\lib\testng-remote.jar;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\test-classes;C:\Users\KUMAR\IBM\rationalsdp\workspace\RoughWork\target\classes;C:\Downloads\sikulixapi.jar;C:\Users\KUMAR\.m2\repository\org\apache\poi\p
  
  java.class.version = 51.0
  java.compiler = j9jit26
  java.endorsed.dirs = C:\IBM\SDP\jdk\jre\lib\endorsed
  java.ext.dirs = C:\IBM\SDP\jdk\jre\lib\ext
  java.fullversion = JRE 1.7.0 IBM J9 2.6 Windows 7 x86-32 20140627_204598 (JIT 
enabled, AOT enabled)
  J9VM - R26_Java726_SR7_20140627_0924_B204598
  JIT - r11.b06_20140409_61252.04
  GC - R26_Java726_SR7_20140627_0924_B204598
  J9CL - 20140627_204598
  java.home = C:\IBM\SDP\jdk\jre
  java.io.tmpdir = C:\Users\KUMAR\AppData\Local\Temp\1\
  java.runtime.name = Java(TM) SE Runtime Environment
  java.runtime.version = pwi3270sr7fp1-20140712_01 (SR7 FP1)
  java.specification.name = Java Platform API Specification
  java.specification.vendor = Sun Microsystems Inc.
  java.specification.version = 1.7
  java.vendor = IBM Corporation
  java.vendor.url = http://www.ibm.com/
  java.version = 1.7.0
  java.vm.info = JRE 1.7.0 Windows 7 x86-32 20140627_204598 (JIT enabled, AOT 
enabled)
  os.arch = x86
  os.encoding = UTF8
  os.name = Windows 7
  os.version = 6.1
  path.separator = ;
  sun.arch.data.model = 32
  *** system properties dump end

  Unhandled exception
  Type=Segmentation error vmState=0x0004
  J9Generic_Signal_Number=0004 ExceptionCode=c005 
ExceptionAddress=67CC737B ContextFlags=0001003f
  Handler1=67CB0120 Handler2=686EEF70 InaccessibleAddress=0008
  EDI=04DA0894 ESI= EAX= EBX=0064E300
  ECX=0020 EDX=2FF81398
  EIP=67CC737B ESP=034BF1E0 EBP=034BF238 EFLAGS=00010246
  GS=002B FS=0053 ES=002B DS=002B
  Module=C:\IBM\SDP\jdk\jre\bin\default\j9vm26.dll
  Module_base_address=67CA Offset_in_DLL=0002737b
  Target=2_60_20140627_204598 (Windows 7 6.1 build 7601 Service Pack 1)
  CPU=x86 (2 logical CPUs) (0x15ff8e000 RAM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1734480/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread RaiMan
Question #661213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661213

Status: Open => Answered

RaiMan proposed the following answer:
using exists(img, 0) makes sense in situations like you have (a series
of checks for alternatives) and if you do not use the implicit wait
(standard 3 seconds), but loop around one or more exists(img, 0) making
your own "wait" logic.

Since GUI's usually have their reaction times of up to 500 milliseconds
(not visible for humans), you must be careful with exists(img, 0) in
situations, where you check after an action like click, that is
interpreted by the GUI.

This is the reason behind the standard wait time, which normally is the
best choice for sequential workflows.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread o wea
Question #661213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661213

Status: Answered => Solved

o wea 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661213]: How to shorten time with tons of exists() if-statments

2017-11-28 Thread RaiMan
Question #661213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661213

RaiMan proposed the following answer:
... so the answer is:
do not generally use exists(img, 0), but only in situations where it really 
makes sense.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #661218]: Open browser in python script without using full system path

2017-11-28 Thread Max
New question #661218 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661218

Hi!

On Windows, I'm trying to open  a browser (e.g., chrome) through python sikuli 
script  without using its system path since a priori I don't know  the right 
path on different machines and OS versions.

I tried the following codes:

--->
someApp = App("Firefox") 
someApp.open()

--->
App.open("firefox")

None is working, only the full path 
=> App.open("C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe")
=> App.open("C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe")

Is there a way to do it?
Thank you!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661218]: Open browser in python script without using full system path

2017-11-28 Thread RaiMan
Question #661218 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661218

Status: Open => Answered

RaiMan proposed the following answer:
not a feature, sorry.

You have to find out the path yourself somehow.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661218]: Open browser in python script without using full system path

2017-11-28 Thread Max
Question #661218 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661218

Status: Answered => Solved

Max confirmed that the question is solved:
ok!

Thanks :)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661218]: Open browser in python script without using full system path

2017-11-28 Thread Max
Question #661218 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661218

Max 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661214]: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread Praveen Reddy
Question #661214 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661214

Praveen Reddy posted a new comment:
ok RaiMan fine but, its similar to Eclipse IDE: Java EE not sure how it
differs. So will this Question be resolved? If Yes, please let me know
ETA, otherwise i may need to find alternatives, because its little
urgent for me. Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Test App
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

Test App posted a new comment:
Hi Raiman,

With reference to question
https://answers.launchpad.net/sikuli/+question/660834,  you have
suggested me to try the above solution

I installed Sikuli 1.2 and was able to generate a script.jar file
After this i created a run.bat file to run my script.jar

java -jar 

Running the run.bat file does not execute my script

However when i click on script.jar i am able to run my script , I could
probably live with this , But to perform certain actions on windows, i
have to run as administrator , So right clicking on run.bat file and
running as administrator would execute my scripts But in this case i
somehow cannot run the bat file

Request your expertise on this


Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Test App
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

Test App posted a new comment:
I am sorry Raiman

Had a typo in my batch file was supposed to be java -jar (with a space)
Thank you so much , the solution worked :)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661057]: Hi I am getting the below error when sikulix is used in eclipse

2017-11-28 Thread radhi12
Question #661057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661057

Status: Needs information => Open

radhi12 gave more information on the question:
i just need that image capture.png to be opened when i run the script in
eclipse-sikuli.

I just created the above program and want the image to be opened in my
system but now I am getting the error.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-28 Thread Test App
Question #660834 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660834

Status: Answered => Solved

Test App confirmed that the question is solved:
Solved https://answers.launchpad.net/sikuli/+question/660613

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Max
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

Status: Answered => Solved

Max confirmed that the question is solved:
It works! Thanks again, amazing solution :)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Max
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613

Max 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661057]: Hi I am getting the below error when sikulix is used in eclipse

2017-11-28 Thread Manfred Hampl
Question #661057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661057

Status: Open => Needs information

Manfred Hampl requested more information:
What do you mean by "opening the image"?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #661214]: Having problems using Rational Application Developer for Websphere

2017-11-28 Thread RaiMan
Question #661214 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661214

Status: Open => Answered

RaiMan proposed the following answer:
So if it is similar to Eclipse IDE, then you only have to
- run setup 1.1.1 or 1.1.2 with option 2 to get a sikulixapi.jar
- put a reference to this sikulixapi.jar into your project's context classpath
- run a simple Java App with a main() containing only Screen scr = new Screen() 
with -Dsikuli.Debug=3 on the java commandline (project run context)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp