[Sikuli-driver] [Question #681205]: can't update code

2019-06-03 Thread Ju1+i-我 .
New question #681205 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681205

dear,  below is original code and can be executed normally

def login_snow():
log1.write_log("start login_Snow.")
type('d', Key.WIN)
if exists("1501554816480.png", 3):
doubleClick("1501554816480.png")
wait(2)

i  added  " wait(2) " , but failed when i click save button ,
def login_snow():
log1.write_log("start login_Snow.")
type('d', Key.WIN)
wait(2)
if exists("1501554816480.png", 3):
doubleClick("1501554816480.png")
wait(2)


log as below  : 
[error] IDE: Problem when trying to invoke menu action doSave Error: null 
 can you pls help me on this ? 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 #681188]: unsatisfied link error: no opencv_java in java.library.path -

2019-06-03 Thread TestMechanic
Question #681188 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681188

Status: Open => Answered

TestMechanic proposed the following answer:
I just tried on fresh Mint 19 VM.

You need to follow original Raiman instructions 
https://sikulix-2014.readthedocs.io/en/latest/newslinux.html#newslinux

Only 2 steps are needed
1. Install libopencv-java using sudo apt
2. Link libopencv-java to /usr/lib folder

-- 
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 #681147]: Mimeo Photos MacOS Sikuli does not recognise pics

2019-06-03 Thread TestMechanic
Question #681147 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681147

Status: Open => Needs information

TestMechanic requested more information:
There is no record function in Sikuli. You need to provide more info

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