2

iMacros works great to record a macro of the actions required to fill out a web form for later automation. However, I'd like to get the data for the form's fields from an XML source on my hard drive. iMacros doesn't seem to provide features for XML parsing (that I could find). Is it possible?

My motivation is that I want to import/convert (possibly using Chrome) HotPotatoes JQuiz files (stored in XML on my local drive) for use on Mentimeter. I realize I could write a Java program to output the iMacro file (a sort of programmatic hard-coding), but want to avoid this solution.

4

1 回答 1

1

您可以使用 csv,如本例所示:

http://wiki.imacros.net/Form_Filling

CSV以格式保存信息并读取行

于 2016-08-04T13:00:51.777 回答