Search found 2 matches
- Tue Dec 06, 2016 2:45 am
- Forum: General Support & Discussions
- Topic: Setting !DATASOURCE using dialog box ?
- Replies: 1
- Views: 1269
Setting !DATASOURCE using dialog box ?
TAB T=1 SET !LOOP 1 SET !DATASOURCE convertcsv.csv SET !DATASOURCE_LINE {{!LOOP}} URL GOTO={{!COL1}} Hey guys :), In this imacro code, i have already specified the !DATASOURCE as convertcsv.csv. But i want it to be able to be specified using a dialogbox or a prompt sort of a thing. https://i.stack....
- Mon Dec 05, 2016 4:33 am
- Forum: General Support & Discussions
- Topic: How can i select the Youtube Comment field ?
- Replies: 2
- Views: 1782
How can i select the Youtube Comment field ?
Hey guys , I'm new to imacros, i was trying automating youtube commenting through imacros and i made a kind of a bot, with experimental recording. VERSION BUILD=9030808 RECORDER=FX TAB T=1 URL GOTO=https://www.youtube.com/watch?v=dynfrxIVIME WAIT SECONDS=5 URL GOTO=javascript:window.scrollBy(0,500) ...