sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44766
[Question #661287]: region below and above keyword
New question #661287 on Sikuli:
https://answers.launchpad.net/sikuli/+question/661287
Hi,
I am trying to Set a region , see below code i set region but it is not working, below(100) there will be no "Noteicon" but it is clicking how we can handle this.
IMP: It is taking Screenshot correctly in the specified region - Below(100).
Request you to explain in details help me out to fix this issue.
Screen screen = new Screen();
Region r = new Region(screen);
r.find(VisText).below(100).saveScreenCapture("/Users/ar/Desktop/","G");
r.find(VisText).below(100).click(Noteicon);
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.