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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to