Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-07 Thread BOCHENG YIN
Question #679012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679012

BOCHENG YIN posted a new comment:
I think I get the idea to nest a script inside another script. if the nested 
script fails, it is possible not to halt the host script, but continue. 
I create a test code. Please see below:
try:
runScript("./test2.sikuli")
except:
print("sikuli crashes")
   
I can run the code if all of the targets in test2.sikuli are visible. 

Then I block one of the targets to deliberately disrupt the try part of the 
script. The script is terminated immediately. 
I try to add an exit() parameter to the runScript() code line. now it is like 
this: runScript("./test2.sikuli",exit(1)). Now it just run the except clause. 

I think I just don't know how to make it work in an expected way. Could anyone 
help?
Thanks a lot!

-- 
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 1819019] Re: How To Turn FC0-U61 Into Success

2019-03-07 Thread William Grant
** Project changed: sikuli => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: New => Invalid

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

Title:
  How To Turn FC0-U61 Into Success

Status in NULL Project:
  Invalid

Bug description:
  Buy Our Effective CompTIA FC0-U61 Exam Dumps

  Dumpsprovider.com provides CompTIA FC0-U61 dumps which are prepared
  beautifully in detail and whole course is included in it. The
  presentation is great. All technical details are explained in easy way
  with the help of demos. Clients feel like it’s a one to one session
  and not an online distant class because of high quality and well
  explained content. CompTIA IT Fundamentals+ Certification Exam FC0-U61
  Braindumps are full of relevant information and guidance which is
  enough for success in first attempt. It is a very important factor,
  that one must pass the exam in first try. CompTIA FC0-U61 Exam Dumps
  will save your time and money and help you succeed in your career.


  Quick Tips To Pass - CompTIA FC0-U61 Exam Questions

  CompTIA FC0-U61 Question Answers are prepared by a very skillful and
  competent IT team at Dumpsprovider.com. A large no. of practice tests
  is provided for the sake of rehearsal and improvement. The right
  solution is also provided along with the tests so that clients can
  check their results and improve their skills before actual exam.
  CompTIA FC0-U61 Dumps PDF is an easily manageable document. It is a
  very user-friendly guide. The best thing is extra software
  installation is not needed in order to run this. It is compatible to
  mobiles, tablets and laptops. It can be used in printed form also.

  Download Full Exam In PDF

  https://www.dumpsprovider.com/CompTIA/FC0-U61-exam-dumps

  Pass CompTIA FC0-U61 Exam Easily With 100% Success Guaranteed

  The price of our product is also very reasonable. It is not at all
  heavy on pocket. Furthermore, we also provide money back guarantee. If
  due to any misfortune, a client fails in the CompTIA IT Fundamentals+
  exam, he or she can claim money back from us. Please read our refund
  policy in detail before purchasing the study material in order to
  avoid any ambiguity or complexity. Free demo is also another perk by
  us. Have an overview of our product before buying the product. Once
  you purchase the product, updates will be provided absolutely free of
  cost up till three months.

  Try Our Best CompTIA FC0-U61 Exam Actual Questions

  Our customer support team is very courteous, proficient and well
  qualified. They never hesitate to help the customers. Feel free to
  contact them whenever you have any query related to content or any
  system related issue, you will be entertained immediately. Our team is
  available 24/7 and gives a prompt response.

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1819019/+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 #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2019-03-07 Thread VJ
Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281

VJ posted a new comment:
what is the latest stable version of sikulixapi on mvn central
repository that I can use ?

I tried to use this 1.1.2 dependency from mvn below:

  
org.sikuli
sikuli-api
1.2.0


I am getting missing artifact error:
com.github.vidstige:jadb:jar:-v1.0-g94ebf38-23 on pom.xml in my
workspace

how to get sikuli working on maven project goals on jenkins... any
steps.. ?

-- 
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 #679034]: Running sikuli scripts directly from .py file rather .sikuli folder

2019-03-07 Thread Dillon
Question #679034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679034

Status: Answered => Solved

Dillon 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 #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2019-03-07 Thread VJ
Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281

VJ posted a new comment:
I am also facing similar issue, using sikuli with java-selenium and
trying to execute maven-goal on jenkins job to execute sikuli scripts
against ubuntu slave.. getting following error below,

java.lang.ExceptionInInitializerError: null
at org.sikuli.script.RunTime.init(RunTime.java:693)
at org.sikuli.script.RunTime.get(RunTime.java:291)
at org.sikuli.script.RunTime.get(RunTime.java:126)
at org.sikuli.script.RunTime.get(RunTime.java:316)
at org.sikuli.script.Region.(Region.java:31)

unable to find the Screen class in the jar files, I do see sikuli-api
and sikuli-core in m2 repository in the workspace...

my pom.xml looks like below,
 
com.sikulix
sikulixapi
1.1.1



org.sikuli
sikuli-api
1.2.0


tried 1.1.1 sikuli but getting dependency errors...

Any pointers? bad looking for help..

-- 
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 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-07 Thread RaiMan
** Summary changed:

- [1.1.4] make SikuliX available for Python (C-based real Python)
+ [request] make SikuliX available for Python (C-based real Python)

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

Title:
  [request] make SikuliX available for Python (C-based real Python)

Status in Sikuli:
  In Progress

Bug description:
  currently the plan is to base the implementation on py4j

  some things have to be changed and added in SikuliX.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1818514/+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 #679034]: Running sikuli scripts directly from .py file rather .sikuli folder

2019-03-07 Thread RaiMan
Question #679034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679034

Linked to bug: #1818514
https://bugs.launchpad.net/bugs/1818514
"[request] make SikuliX available for Python (C-based real Python)"

-- 
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 #679034]: Running sikuli scripts directly from .py file rather .sikuli folder

2019-03-07 Thread RaiMan
Question #679034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679034

Status: Open => Answered

RaiMan proposed the following answer:
Interesting - exactly, what is needed, to really support Python.

Now that I know, that supporting real Python is possible, I think I
should implement the following features in the IDE beforehand:

- having SikuliX scripts in normal folders (no .sikuli), which means opening 
and editing the .py file in it
- the parent folder of the .py is optionally the bundlepath (hence normal 
capture/store of images)
- an option to store captured images in other folders than the bundlepath

with this features available normal python modules (folder structure
with __ini__.py files) would be possible

These features would still allow to use the SikuliX packages (running
with Jython).

The goal is to be able to run scripts (.sikuli or plain folder) with
either Jython or Python.

BTW: thanks for your encouraging feedback to the bug 1818514, which e
will link also here.

-- 
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 #679030]: user.home error

2019-03-07 Thread jeffrey
Question #679030 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679030

Status: Answered => Open

jeffrey is still having a problem:
At the boot of OS, this service (C# coded) start (so is started before
the login screen), it's waiting for a user open his session, and when it
(the service) discover a logon session, it takes the session token of
the user and start the .bat file which contains the java command to
start sikuli.

This trick works fine with my "myswing.jar" (in the same folder as
sikulix.jar, it's just a JFrame in a main()), so the java process is
runned by the current user, like if it was really him that make action
(scenario).

I thought about a context (varenv, java vars, i'm not very familiar with
windows) problem.

-- 
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 #677873]: [1.1.4] IntelliJ IDEA: SikuliX shutdown hook is blocking my app from exiting

2019-03-07 Thread Paul Chambre
Question #677873 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677873

Paul Chambre posted a new comment:
The other day, another project I was compositing with my project in
IntelliJ got refactored and that caused IntelliJ to somehow reorganize
my project. It lost its information about JDK to use, modules for run
configurations, the annotations jar, and it also started including
incorrect and unresolvable dependencies for the class I needed from the
composited project.

I ended up uncompositing and using a jar from that other project
instead. As part of this chaos, the project now runs from IntelliJ
without hanging on the shutdown hook. This may be because uncompositing
also shortened the class path. I'm not sure, but this seems a not
unlikely explanation.

-- 
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 #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-07 Thread RaiMan
Question #679017 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679017

RaiMan proposed the following answer:
tested with the latest build #226 and Google Chrome:
cannot reproduce this behavior:

chrExe = r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
app = App(chrExe)
if not app.isRunning():
app.open(10)
print app, app.window()

output:
[105652:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)

-- 
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 #679034]: Running sikuli scripts directly from .py file rather .sikuli folder

2019-03-07 Thread Dillon
New question #679034 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679034

Is it currently possible to execute sikuli scripts from the command line by 
passing the location of a .py file rather than a .sikuli folder? I've developed 
a framework that utilizes python's directory standards to categorize our tests 
and test functions. While it is helpful to be able to open .sikuli folders 
through the ide and view and edit images in the same directory, I find myself 
using the IDE less and less since I already have most the images I need stored 
into variables that I can reference anywhere. It would be nice to not require 
the .sikuli structure and allow storing the images in any directory and 
allowing the developer of the scripts to point to that if they want to (similar 
to the addImagePath function that is already implemented) If this isn't 
currently possible, can this be added as a feature request? I think it would 
also be nice to have the ability to import other scripts as well without having 
them in .sikuli folders.

-- 
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 1818514] Re: [1.1.4] make SikuliX available for Python (C-based real Python)

2019-03-07 Thread Dillon
This is something I'd love to see. The projects I've been working for
have hit a road block in regards to automation. The applications I'm
testing are cross platform on windows and web. We've been utilizing
selenium and sikuli for different tasks but would love to be able to
utilize both in the same scripts without using hacky work-arounds. I
understand that it is already possible to implement selenium and Sikuli
together by using java, but I'm really fond of python's easy syntax and
flexibility.

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

Title:
  [1.1.4] make SikuliX available for Python (C-based real Python)

Status in Sikuli:
  In Progress

Bug description:
  currently the plan is to base the implementation on py4j

  some things have to be changed and added in SikuliX.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1818514/+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 #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-07 Thread RaiMan
Question #679017 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679017

Status: Open => Answered

RaiMan proposed the following answer:
Yes, there have been some changes to the App class since the mentioned snapshot.
I will check the situation asap.

-- 
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 #679030]: user.home error

2019-03-07 Thread RaiMan
Question #679030 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679030

RaiMan proposed the following answer:
Depending on how you run this "service" it might not be accessible
(access rights ?)

-- 
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 #679012]: send email when script stops at error or finishes

2019-03-07 Thread RaiMan
Question #679012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679012

Status: Open => Answered

RaiMan proposed the following answer:
if you run your script from command line, you can play with the exit
code.

Another option:
https://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other

-- 
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 #679028]: Export as jar built a corrupt file

2019-03-07 Thread RaiMan
Question #679028 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679028

Status: Open => Answered

RaiMan proposed the following answer:
does not work and is currently not supported (1.1.4)

-- 
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 1819019] [NEW] How To Turn FC0-U61 Into Success

2019-03-07 Thread Elsi Bela
Public bug reported:

Buy Our Effective CompTIA FC0-U61 Exam Dumps

Dumpsprovider.com provides CompTIA FC0-U61 dumps which are prepared
beautifully in detail and whole course is included in it. The
presentation is great. All technical details are explained in easy way
with the help of demos. Clients feel like it’s a one to one session and
not an online distant class because of high quality and well explained
content. CompTIA IT Fundamentals+ Certification Exam FC0-U61 Braindumps
are full of relevant information and guidance which is enough for
success in first attempt. It is a very important factor, that one must
pass the exam in first try. CompTIA FC0-U61 Exam Dumps will save your
time and money and help you succeed in your career.


Quick Tips To Pass - CompTIA FC0-U61 Exam Questions

CompTIA FC0-U61 Question Answers are prepared by a very skillful and
competent IT team at Dumpsprovider.com. A large no. of practice tests is
provided for the sake of rehearsal and improvement. The right solution
is also provided along with the tests so that clients can check their
results and improve their skills before actual exam. CompTIA FC0-U61
Dumps PDF is an easily manageable document. It is a very user-friendly
guide. The best thing is extra software installation is not needed in
order to run this. It is compatible to mobiles, tablets and laptops. It
can be used in printed form also.

Download Full Exam In PDF

https://www.dumpsprovider.com/CompTIA/FC0-U61-exam-dumps

Pass CompTIA FC0-U61 Exam Easily With 100% Success Guaranteed

The price of our product is also very reasonable. It is not at all heavy
on pocket. Furthermore, we also provide money back guarantee. If due to
any misfortune, a client fails in the CompTIA IT Fundamentals+ exam, he
or she can claim money back from us. Please read our refund policy in
detail before purchasing the study material in order to avoid any
ambiguity or complexity. Free demo is also another perk by us. Have an
overview of our product before buying the product. Once you purchase the
product, updates will be provided absolutely free of cost up till three
months.

Try Our Best CompTIA FC0-U61 Exam Actual Questions

Our customer support team is very courteous, proficient and well
qualified. They never hesitate to help the customers. Feel free to
contact them whenever you have any query related to content or any
system related issue, you will be entertained immediately. Our team is
available 24/7 and gives a prompt response.

** Affects: sikuli
 Importance: Undecided
 Status: New

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

Title:
  How To Turn FC0-U61 Into Success

Status in Sikuli:
  New

Bug description:
  Buy Our Effective CompTIA FC0-U61 Exam Dumps

  Dumpsprovider.com provides CompTIA FC0-U61 dumps which are prepared
  beautifully in detail and whole course is included in it. The
  presentation is great. All technical details are explained in easy way
  with the help of demos. Clients feel like it’s a one to one session
  and not an online distant class because of high quality and well
  explained content. CompTIA IT Fundamentals+ Certification Exam FC0-U61
  Braindumps are full of relevant information and guidance which is
  enough for success in first attempt. It is a very important factor,
  that one must pass the exam in first try. CompTIA FC0-U61 Exam Dumps
  will save your time and money and help you succeed in your career.


  Quick Tips To Pass - CompTIA FC0-U61 Exam Questions

  CompTIA FC0-U61 Question Answers are prepared by a very skillful and
  competent IT team at Dumpsprovider.com. A large no. of practice tests
  is provided for the sake of rehearsal and improvement. The right
  solution is also provided along with the tests so that clients can
  check their results and improve their skills before actual exam.
  CompTIA FC0-U61 Dumps PDF is an easily manageable document. It is a
  very user-friendly guide. The best thing is extra software
  installation is not needed in order to run this. It is compatible to
  mobiles, tablets and laptops. It can be used in printed form also.

  Download Full Exam In PDF

  https://www.dumpsprovider.com/CompTIA/FC0-U61-exam-dumps

  Pass CompTIA FC0-U61 Exam Easily With 100% Success Guaranteed

  The price of our product is also very reasonable. It is not at all
  heavy on pocket. Furthermore, we also provide money back guarantee. If
  due to any misfortune, a client fails in the CompTIA IT Fundamentals+
  exam, he or she can claim money back from us. Please read our refund
  policy in detail before purchasing the study material in order to
  avoid any ambiguity or complexity. Free demo is also another perk by
  us. Have an overview of our product before buying the product. Once
  you purchase the product, updates will be provided absolutely free of
  cost up till three months.

  Try Our Best CompTIA FC0-U61 E

Re: [Sikuli-driver] [Question #679030]: user.home error

2019-03-07 Thread jeffrey
Question #679030 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679030

Description changed to:
Hi,

Firstly, thank you for this usefull project !

I've created scenario with IDE, it works fine.
Now, i would like start it automatically after user logged in (i'm already to 
do it with a simple swing application, works fine).

But when the service start sikuli from command line, error appears
immediately:

[ERROR] RunIDE: JavaSystemProperty::user.home not valid:
C:\Users\jeffrey


I don't understand, this directory exists, it's my current user's home directory


I don't want to use startup menu because i want to hide (via a wrapper) the 
back and white msdos console while running.


It works fine from an other VM, both VMs are up to date
sikulix.jar 1.1.4
Windows 7 pro SP1
JDK 11.0.2

Perhaps i've forgotten something, any idea?

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 #679012]: send email when script stops at error or finishes

2019-03-07 Thread Mike
Question #679012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679012

Mike posted a new comment:
I've not done this personally.

You can read about RobotFramework here:

sikulix-2014.readthedocs.io/en/latest/scenarios.html

Command line switches which might help you capture error messages are
described here:

https://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.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


Re: [Sikuli-driver] [Question #679030]: user.home error

2019-03-07 Thread Elsi Bela
Question #679030 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679030

Status: Open => Answered

Elsi Bela proposed the following answer:
Buy Our Effective CompTIA FC0-U61 Exam Dumps

Dumpsprovider.com provides CompTIA FC0-U61 dumps which are prepared
beautifully in detail and whole course is included in it. The
presentation is great. All technical details are explained in easy way
with the help of demos. Clients feel like it’s a one to one session and
not an online distant class because of high quality and well explained
content. CompTIA IT Fundamentals+ Certification Exam FC0-U61 Braindumps
are full of relevant information and guidance which is enough for
success in first attempt. It is a very important factor, that one must
pass the exam in first try. CompTIA FC0-U61 Exam Dumps will save your
time and money and help you succeed in your career.


Quick Tips To Pass - CompTIA FC0-U61 Exam Questions

CompTIA FC0-U61 Question Answers are prepared by a very skillful and
competent IT team at Dumpsprovider.com. A large no. of practice tests is
provided for the sake of rehearsal and improvement. The right solution
is also provided along with the tests so that clients can check their
results and improve their skills before actual exam. CompTIA FC0-U61
Dumps PDF is an easily manageable document. It is a very user-friendly
guide. The best thing is extra software installation is not needed in
order to run this. It is compatible to mobiles, tablets and laptops. It
can be used in printed form also.

Download Full Exam In PDF

https://www.dumpsprovider.com/CompTIA/FC0-U61-exam-dumps

Pass CompTIA FC0-U61 Exam Easily With 100% Success Guaranteed
The price of our product is also very reasonable. It is not at all heavy on 
pocket. Furthermore, we also provide money back guarantee. If due to any 
misfortune, a client fails in the CompTIA IT Fundamentals+ exam, he or she can 
claim money back from us. Please read our refund policy in detail before 
purchasing the study material in order to avoid any ambiguity or complexity. 
Free demo is also another perk by us. Have an overview of our product before 
buying the product. Once you purchase the product, updates will be provided 
absolutely free of cost up till three months.

Try Our Best CompTIA FC0-U61 Exam Actual Questions

Our customer support team is very courteous, proficient and well
qualified. They never hesitate to help the customers. Feel free to
contact them whenever you have any query related to content or any
system related issue, you will be entertained immediately. Our team is
available 24/7 and gives a prompt response.

-- 
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 #679030]: user.home error

2019-03-07 Thread Elsi Bela
Question #679030 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679030

Linked to bug: #1819019
https://bugs.launchpad.net/bugs/1819019
"How To Turn FC0-U61 Into Success"

-- 
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 #679030]: user.home error

2019-03-07 Thread jeffrey
New question #679030 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679030

Hi,

Firstly, thank you for this usefull project !

I've created scenario with IDE, it works fine.
Now, i would like start it automatically after user logged in (i'm already to 
do it with a simple swing application, works fine).

But when the service start sikuli from command line, error appears immediately:

[ERROR] RunIDE: JavaSystemProperty::user.home not valid: C:\Users\jeffrey


I don't understand, this directory exists, it's my current user's home directory


I don't want to use startup menu because i want to hide (via a wrapper) the 
back and white msdos console while running.


It works fine from an other VM, both VMs are up to date
Windows 7 pro SP1
JDK 11.0.2

Perhaps i've forgotten something, any idea?

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


[Sikuli-driver] [Question #679028]: Export as jar built a corrupt file

2019-03-07 Thread ANTONIO CARLOS PAES NASCIMENTO
New question #679028 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679028

Hi guys,

I'm trying to export my script as a jar file to execute in other machines 
without sikulix installed, but I'm getting some error with the generated file, 
the message it's that:

"Invalid or corrupted file"

Someone alredy get this error?

Thanks,

Antonio


-- 
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 1819007] [NEW] [request] Windows: Key: add Key.WIN_APPS (WinAPI: VK_APPS 0x5D) called applications or menu key

2019-03-07 Thread RaiMan
Public bug reported:

Could we have a Key Constant for the Windows Menu key?

Or, if not, can we call Key with a value?

** Affects: sikuli
 Importance: Medium
 Assignee: RaiMan (raimund-hocke)
 Status: Fix Committed

** Changed in: sikuli
   Status: New => In Progress

** Changed in: sikuli
   Status: In Progress => Fix Committed

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
 Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None => 1.1.4

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

Title:
  [request] Windows: Key: add Key.WIN_APPS (WinAPI: VK_APPS 0x5D) called
  applications or menu key

Status in Sikuli:
  Fix Committed

Bug description:
  Could we have a Key Constant for the Windows Menu key?

  Or, if not, can we call Key with a value?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1819007/+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 #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread RaiMan
Question #679016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679016

Status: Open => Solved

RaiMan changed the question status:
made it a request 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


[Sikuli-driver] [Question #679016]: Status of bug #1819007 changed to 'Fix Committed' in Sikuli

2019-03-07 Thread RaiMan
Bug #1819007 status changed in Sikuli:

In Progress => Fix Committed

https://bugs.launchpad.net/sikuli/+bug/1819007
"[request] Windows: Key: add Key.WIN_APPS (WinAPI: VK_APPS 0x5D) called 
applications or menu key"

This bug is linked to #679016.
Feature Request: Key Constant: Menu
https://answers.launchpad.net/sikuli/+question/679016

-- 
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 #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread RaiMan
Question #679016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679016

Linked to bug: #1819007
https://bugs.launchpad.net/bugs/1819007
"[request] Windows: Key: add Key.WIN_APPS (WinAPI: VK_APPS 0x5D) called 
applications or menu key"

-- 
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 #679016]: Status of bug #1819007 changed to 'In Progress' in Sikuli

2019-03-07 Thread RaiMan
Bug #1819007 status changed in Sikuli:

New => In Progress

https://bugs.launchpad.net/sikuli/+bug/1819007
"[request] Windows: Key: add Key.WIN_APPS (WinAPI: VK_APPS 0x5D) called 
applications or menu key"

This bug is linked to #679016.
Feature Request: Key Constant: Menu
https://answers.launchpad.net/sikuli/+question/679016

-- 
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 #679012]: send email when script stops at error or finishes

2019-03-07 Thread BOCHENG YIN
Question #679012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679012

BOCHENG YIN posted a new comment:
Mike Thanks! This makes sense to use Outlook or Gmail.

However, I want to send a message to warn my work is finished or there is a 
problem that Sikuli crashes. 
I am expecting to see any case that a Sikuli script fails, not limited to a 
specific error that is linked to a certain line of code.

In that way, the message sending command is not in the specific script I run, 
but in the Sikuli setup. 
or
 I have two Sikuli scripts will run in a queue? The first one is doing the jobs 
I want to monitor. The second is initiated by the finish or the fail of the 
first script and sending a message by calling an email GUI 

Is it possible to do that?
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


[Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-07 Thread matteoa
New question #679017 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679017

Hello,
I'm automating using a UltraVNC external app, and for that I have this script:
appVNC= App(getParentFolder() + r'UltraVNC\vncviewer.exe')
if not appVNC.isRunning(0): appVNC.open(0)
print appVNC
if not(appVNC.isRunning(5)):
LogAll('VNC_NOT STARTED')
exit(-1)
appVNC.focus()
vncReg=Region(appVNC.window())

With version 
1.1.4-SNAPSHOT-#223-2019-03-06_14:23/Windows10.0/Java8(64)1.8.0_191-b12
it runs ok and finish correctly only at first attempt.
When I try to relaunch it without closing the IDE it has an exception at line 8:
error] script [ testApp ] stopped with error at line --unknown--
[error] Error caused by: Traceback (most recent call last): File 
"\testApp.sikuli\testApp.py", line 8, in  
vncReg=Region(appVNC.window()) at 
org.sikuli.script.Region.(Region.java:414)
at org.python.proxies.sikuli.Region$Region$5.(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at 
org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:211)
java.lang.NullPointerException: java.lang.NullPointerException 

The same behavior can be see using Pycharm, to make it work I have to close the 
project and restart the IDE

Using an older version I had by mistake
1.1.4-SNAPSHOT-2019-01-30_21:31/Windows10.0/Java8(64)1.8.0_191-b12
It runs correctly every time, as it was doing from months
Let me know if I can help you more on understanding the problem
Thanks in advance



-- 
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 #679003]: [1.1.4] IDE: OCR Tuning

2019-03-07 Thread Mike
Question #679003 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679003

Mike posted a new comment:
Actually you can get to the Menu dialogue using SHIFT F10

-- 
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 #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
Question #679016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679016

Mike gave more information on the question:
Just tried SHIFT F10 and that worked in Explorer so maybe MENU is not so
important

-- 
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 #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
Question #679016 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679016

Mike gave more information on the question:
>From Wikipedia:

Programmers using the Windows API can intercept this key by looking for
a WM_KEYDOWN message with wParam VK_APPS (defined as 0x5D in winuser.h).
It has key code 93 (VK_APPS 0x5D.)

-- 
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 #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
New question #679016 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679016

Could we have a Key Constant for the Windows Menu key?

Or, if not, can we call Key with a value?

-- 
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 #679003]: [1.1.4] IDE: OCR Tuning

2019-03-07 Thread Mike
Question #679003 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679003

Mike proposed the following answer:
In Windows Explorer you can Copy Path. Your script can then read the
file path using :

pth = Env.getClipboard()

You can then manipulate the string in python.

Note there is a keyboard shortcut: Shift+Menu, "a".

I'll raise a request to implement Menu on SikuliX

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