← Back to team overview

sikuli-driver team mailing list archive

[Question #406805]: Script fail without proper message

 

New question #406805 on Sikuli:
https://answers.launchpad.net/sikuli/+question/406805

Some time it pass and some time its fail.
My script is...
def assignfunction():
    for n in range (35):
        type(Key.TAB)
    type(Key.LEFT)
    type(Key.ENTER)
    wait(3)
    for n in range(27):
        type(Key.TAB)
    type(Key.ENTER)
    wait(3)
def assigndata():
    doubleClick(Pattern("1480419928033.png").exact().targetOffset(-6,0))
    wait(2)
    for n in range(6):
        type(Key.TAB)
    type(Key.ENTER)

Its fail some time after running first function .
and does not shows any message  like unable to find Image of second function.


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