← Back to team overview

sikuli-driver team mailing list archive

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

 

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

I want to 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.