Type() wont work with variable from CSV

Asked by Elliott Carter

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.

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.