sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04813
Re: [Question #168793]: How sikuli read .csv to form ?
Question #168793 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168793
Status: Open => Answered
Brian Parma proposed the following answer:
You can use standard file I/O calls, so you could either manually read
and parse your .csv file, which shouldn't be very difficult (using
readlines and split).
Alternatively you could use the built in csv module:
http://www.jython.org/docs/library/csv.html
Either way you can just have a nested loop over elements in a row inside a loop over rows and enter the elements into the form using sikuli.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.