sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09077
[Question #189266]: multiple type(img, txt) statements all put text into the first textfield
New question #189266 on Sikuli:
https://answers.launchpad.net/sikuli/+question/189266
When I run this script the textfield of Firstname contains "CharlesRiverboss"
It does not happen when I run multiple type(Region(),txt) statements.
type(Pattern("FirstName.png").targetOffset(40,0), "Charles")
type(Pattern("LastName.png").targetOffset(40,0), "River")
type(Pattern("Title.png").targetOffset(40,0), "boss")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.