← Back to team overview

sikuli-driver team mailing list archive

[Question #675364]: How to execute the Sikuli java code on different resolution monitors.

 

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

We have the below code which we want to run over the different size monitors. Is there any scope of performing such activity where we wont have the difficulty in identifying the image over different screens.

s.dragDrop( System.getProperty("user.dir") + File.separator + "Images" + File.separator +
      DeviceSourceLoc,System.getProperty("user.dir") + File.separator + "Images" + File.separator + DeviceDropLoc);


This java code performs the drags and drop functionality.

While we want to run the program in 15 inch Laptop screen, it works very nice. However we are  not able to execute the same while running in 21 inch screen.

Please help.

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