sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51956
[Question #681388]: Type() wont work with variable from CSV
New question #681388 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681388
with open('MOList.csv', 'r') as csv_file:
csv_reader = csv.reader(csv_file)
next(csv_reader)
for line in csv_reader:
click("1559059662827.png")
doubleClick(Pattern("1558110228202.png").targetOffset(99,1))
type(line)
Everytime it says something about it can't be coerced into the appropriate format.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.