← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #406805]: Script fail without proper message

 

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

Description changed to:
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 . its fail after type(Key.ENTER) on teamcity logs.
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.