← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #217064]: [Sikuli Java API] How to create an object of SikuliAction class and use it's methods in java

 

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

    Status: Solved => Open

Shivakumar is still having a problem:
No there is no possiblity to add a question in that link of faq2151....
please can yoou reply for the question.............


create the SikuliAction class object.
SikuliAction sa = new SikuliAction(SikuliAction.ActionType type, Region source, PSC target, ScreenImage screenImage, Match match) ... to create this object requires 4 argument in this first argument is the nested class in protected....

SikuliAction sa = new SikuliAction(SikuliAction.ActionType type, new Screen(), img1,img, match);
what should be provided in the first argument,,,.,,.....

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.