← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #692812]: Problem for using some Sikuli keywords with robotframework

 

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

    Status: Open => Solved

RaiMan changed the question status:
You use:
Click On Region [0, 0, 1280, 1080] TMS.png

which means you are using 2 parameters: coordinates, image

the error says:
Keyword 'SikuliLibrary.Click On Region' expected 1 argument, got 2

Hence you can only use 1 parameter, in your case the coordinates (no
matter wether calculated or given).

Click On Region [0, 0, 1280, 1080]

should work.

please ask questions about SikuliLibrary in the issues of
http://rainmanwy.github.io/robotframework-SikuliLibrary/ (not my
responsibility)

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