← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268694]: Sikuli on Remote machine

 

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

Mansi posted a new comment:
Using SIkuli version : sikuli-script-1.1.jar

Here my code looks like for Sikuli with selenium

//use sikuli
Screen sc1 = new Screen();
sleep(2000);
sc1.capture();
sc1.click("C:\\workspaces\\Tester\\Project\\Images\\LP_tryanotherproject.PNG",0);
sleep(2000);
sc1.capture();
sleep(2000);
sc1.click("C:\\workspaces\\Tester\\Project\\Images\\AddText.PNG",0);
sleep(2000);

//here i am using selenium
wd.findElement(By.id("eventsCapture")).sendKeys(" Automation");

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