Search found 101 matches
- Tue May 14, 2019 1:17 pm
- Forum: iMacros for Firefox
- Topic: Loop is not Continue
- Replies: 15
- Views: 2843
Re: Loop is not Continue
I have tried and its working. VERSION BUILD=9030808 RECORDER=FX TAB T=1 SET !TIMEOUT_STEP 0 SET !DATASOURCE Mandays-TNRD.csv SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} 'URL GOTO=https://www.tnrd.gov.in/project/village_wise_hab_attendence_new.php TAG POS={{!COL1}} TYPE=INPUT:BUTTON FORM=ID:vhform AT...
- Tue May 14, 2019 9:33 am
- Forum: iMacros for Firefox
- Topic: Loop is not Continue
- Replies: 15
- Views: 2843
Re: Loop is not Continue
One more request In coding after column 6 execute depends on csv file column 3 if no.of cluster greater than 1 the 2nd part code will be execute i.e Column 8,9,10. Is it right choice to use EVAL Function. ? Could you please guide me !!! VERSION BUILD=9030808 RECORDER=FX TAB T=1 SET !TIMEOUT_STEP 0 S...
- Tue May 14, 2019 9:00 am
- Forum: iMacros for Firefox
- Topic: Loop is not Continue
- Replies: 15
- Views: 2843
Re: Loop is not Continue
Yes. I have changed all the things as you mentioned . Right now its working thanks a lot !!! 

- Sat May 11, 2019 10:42 am
- Forum: iMacros for Firefox
- Topic: Loop is not Continue
- Replies: 15
- Views: 2843
Loop is not Continue
Firefox for Windows Ver 53.0.3 (32 bit) iMacros for FF Ver 9.0.3 OS Windows 10 I have recorded following code and execute in loop. It's shows error message mm is undefined, line: 10 (Error code: -1001) TAG POS={{!COL1}} TYPE=INPUT:BUTTON FORM=ID:vhform ATTR=ID:check_status [/color] VERSION BUILD=90...
- Wed Oct 24, 2018 2:29 pm
- Forum: iMacros for Firefox
- Topic: Extract & Write CSV
- Replies: 3
- Views: 1186
Re: Extract & Write CSV
Yes... Its working....

Thank You so much....



Thank You so much....
- Wed Oct 24, 2018 1:23 pm
- Forum: iMacros for Firefox
- Topic: Extract & Write CSV
- Replies: 3
- Views: 1186
Extract & Write CSV
iMacros for firefox free 10.0.2.1450, Windows 10 version 1803 Firefox 61.0.2 (32 Bit) Please help anyone... In looping I am accessing csv (JobCard-No.csv) file do somthing. SET !DATASOURCE "C:\\Users\\acer\\Documents\\iMacros\\Datasources\\JobCard-No.csv" I get following statement each record in Loo...
- Tue Aug 28, 2018 12:37 pm
- Forum: iMacros for Firefox
- Topic: Store Extract Value in Existing CSV
- Replies: 1
- Views: 1147
Store Extract Value in Existing CSV
iMacros for firefox free 10.0.2.1450, Windows 10 version 1803 Firefox 61.0.2 (32 Bit) Hi Kindly help me following details. i have following error shows while running iMacro " RuntimeError: !DATASOURCE requires File IO interface, line: 5 " SET !DATASOURCE "C:\\Users\\acer\\Documents\\iMacros\\Datasou...
- Fri Apr 20, 2018 10:11 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
Thank You Very Much !!!
Its working
Its working

Code: Select all
VERSION BUILD=9030808 RECORDER=FX
TAB T={{!LOOP}}
TAG POS={{!LOOP}} TYPE=INPUT:CHECKBOX ATTR=ID:*_Grid_SECC_ctl*_chk_select CONTENT=YES
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_ContentPlaceHolder1_btn_proceed
- Thu Apr 19, 2018 9:33 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
I am not familiar in language :oops: I need one more help I want to delete one records/row only in each tab. i done it manually . its works :D . Delete.jpg but In program How to select one row only in each tab :?: But i tried open tab in loop & select all rows. :x VERSION BUILD=9030808 RECORDER=FX ...
- Thu Apr 19, 2018 2:38 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
Please don't mean that. Here its : VERSION BUILD=9030808 RECORDER=FX SET !ERRORIGNORE YES TAB T={{!LOOP}} URL GOTO=http://nregade1.nic.in/netnrega/states/SeccDelete.aspx wait seconds=2 TAG POS=1 TYPE=SELECT ATTR=NAME:ctl00$ContentPlaceHolder1$ddl_secctahshil CONTENT=%003#Vandavasi wait seconds=1 TAG...
- Thu Apr 19, 2018 12:55 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
Yes. i have applied. Its working. Here it is. SET !ERRORIGNORE YES URL GOTO=http://nregade1.nic.in/netnrega/states/SeccDelete.aspx wait seconds=1 TAG POS=1 TYPE=SELECT ATTR=NAME:ctl00$ContentPlaceHolder1$ddl_secctahshil CONTENT=%003#Vandavasi wait seconds=1 TAG POS=1 TYPE=SELECT FORM=ID:aspnetForm A...
- Tue Apr 17, 2018 3:03 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
Sorry for mentioned the line no. instead of Script. TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_ContentPlaceHolder1_btn_proceed I use both scripts in same instances. (Login & Clear records) After run the last line. The tab is keep loading. Could you tell me ?. TAG POS=1 TYPE=INPUT:S...
- Mon Apr 16, 2018 5:24 pm
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Re: Login every 15 minutes
Thank you.. The following error shows after click the proceed button. "Page loading timeout, URL: null, line: 49 (Error code: -802)" I have one more doubt about this while processing one tap, i could not able to open one more tab for using 2nd script :? (i.e.2nd script is below the script of Login) ...
- Sun Apr 15, 2018 11:47 am
- Forum: General Support & Discussions
- Topic: Login every 15 minutes
- Replies: 14
- Views: 8505
Login every 15 minutes
Windows 10 Firefox : Version 55.0.3 (32-bit) Add on: iMacros for Firefox 9.0.3 iMacros 30-Day Evaluation: iMacros Browser (x86) Version 11.5.498.2403 Hello to Everyone, Thanks a lot for supporting me . i feel very happy to come back. Due to heavy traffic updating records in Data Base, every 15 minut...
- Thu Mar 22, 2018 5:32 am
- Forum: General Support & Discussions
- Topic: Find & Store Items in Excel
- Replies: 5
- Views: 9273
Re: Find & Store Items in Excel
Officially I went out. I couldn't reply to get further . I will be back in a week. Please grand me.