sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36057
Re: [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen
Question #279271 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/279271
Description changed to:
When the test case is run it clicks the first image given and after that
i have a wait and print to see whether sikuli has gotten there and after
that i continue with the click on other images but for some reason the
cursor moves to the left top edge of the screen.
def openMaintenance():
click(Pattern("1449589339439.png").similar(0.90).targetOffset(-29,-2)) #this is where the code breaks
print("test 1")
wait (4)
print("test line 2")
click(Pattern("1449666684677.png").targetOffset(131,35))
I would appreciate any help or suggestions on this matter, thank you in
advance.
Sikuli version is 1.0.1. using windows xp
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.