← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #403961]: ''Extract''Coordinate of Image

 

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

    Status: Answered => Open

Marc is still having a problem:
Thanks a lot


Something happens now, I get :

[error] FindFailed ( can not find P(MineraiDroit.png) S: 0.8 in R[0,0 1920x1080]@S(0) )
[error] --- Traceback --- error source first line: module ( function ) statement 60: main ( RechercheDroite ) for x in findAll(MineraiDroit):

my fonction :

def RechercheDroite():
    if exists(MineraiDroit):
        for x in findAll(MineraiDroit):
            click(x)

Why did I get this error, it happens sometimes, I absolutely don't
understand why...

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