sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35809
[Question #276033]: sikuli dragdrop if location contains image
New question #276033 on Sikuli:
https://answers.launchpad.net/sikuli/+question/276033
Hi,
I am looking for a solution about dragdrop only if the initial source location contains image. How to achieve this.
This question is extension to the previous question of dragging dropping multiple Icons https://answers.launchpad.net/sikuli/+question/275468
f = open("C\Test.txt")
for line in f.readlines():
exec("dragDrop(Location(" + line.strip() + "),Location(200,200)")
f.close()
--
Thunder
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.