Code: Select all
OS : Windows 8.1
Browser : Version 63.0.3239.108 (Official Build) (64-bit)
iMacros : 844
Code: Select all
RuntimeError: !DATASOURCE requires File IO interface, line: 7
Code: Select all
VERSION BUILD=844 RECORDER=CR
'Uses a Windows script to submit several datasets to a website, e. g. for filling an online database
TAB T=1
TAB CLOSEALLOTHERS
' Specify input file (if !COL variables are used, IIM automatically assume a CSV format of the input file
'CSV = Comma Separated Values in each line of the file
SET !DATASOURCE Address.csv
'Start at line 2 to skip the header in the file
SET !LOOP 2
'Increase the current position in the file with each loop
SET !DATASOURCE_LINE {{!LOOP}}
' Fill web form
URL GOTO=http://demo.imacros.net/Automate/AutoDataEntry
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:demo ATTR=NAME:fname CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:demo ATTR=NAME:lname CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:demo ATTR=NAME:address CONTENT={{!COL3}}
tried install uninstall imacros, install uninstall chrome.
i click tab "files" and i got this
Nothing to see here yet
The new Chrome version no longer allows extensions to access the file system. So by default iMacros stores the macros inside bookmarks.
If you want to read and write macros as text files from/to your hard drive, please download the iMacros for Chrome File Access Installer .
The file access module is a small Windows, Mac, and Linux application that allows iMacros for Chrome to save files and share them with its iMacros for Internet Explorer and iMacros for Firefox siblings.