Search found 36 matches

by bumusic
Thu Dec 26, 2013 3:35 am
Forum: Data Extraction and Web Screen Scraping
Topic: Most Efficient Way To Extract Source Code
Replies: 3
Views: 20000

Re: Most Efficient Way To Extract Source Code

Code: Select all

SAVEAS TYPE=HTM FOLDER=* FILE=abc.txt
this one better
by bumusic
Thu Dec 05, 2013 4:46 am
Forum: iMacros for Firefox
Topic: how to extract the number of tab?
Replies: 1
Views: 1317

how to extract the number of tab?

how to extract the number of tab?

if i open 6 tabs, what code will return 6?
by bumusic
Tue Nov 12, 2013 8:12 am
Forum: iMacros for Firefox
Topic: Anyone else having Imacros pausing lately?
Replies: 5
Views: 2743

Re: Anyone else having Imacros pausing lately?

some firefox addon will effect imacros running if you run more than one script

just unstall firefox addon one by one, and test it after each unstallation
ie before doing it, zip Mozilla first to back up your profile...
by bumusic
Tue May 07, 2013 5:27 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581682

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

can u add new feature about the play(loop) button? let's say loop 12 times.... now, i have to input 12 in the "Max", and then click "Play(Loop)" but your default "Max" button value is set to 3, it is so inconvenience to type 12 each time i need to type "12", c...
by bumusic
Sat Aug 11, 2012 11:31 pm
Forum: iMacros for Firefox
Topic: play (Loop) button
Replies: 1
Views: 1492

play (Loop) button

is it possible to execute loop function without pressing the "play (Loop)" button?

because i create a iim and set a bookmark to bookmark bar,
i want to press the bookmark once and the iim file will loop itself, is it possible?
by bumusic
Tue Nov 08, 2011 8:18 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581682

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

borisbcs wrote:I would like iMacros be compatible with FireFox 3.6.23. It does not!
install this addon
https://addons.mozilla.org/en-US/firefo ... -reporter/

all firefox addon can install on any firefox version
by bumusic
Wed Nov 02, 2011 7:32 am
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8592

Re: how to perform copy file using imacros

bumusic, The sample code is VBScript and requires the iMacros Scripting Edition. You can not use that code inside an iMacros for Firefox .js file. i just solved it by the following: 1. create a bat file @echo off copy /Y C:\test.txt C:\test2.txt 2. in imacros .js file, put this var file = Component...
by bumusic
Tue Nov 01, 2011 8:39 pm
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8592

Re: how to perform copy file using imacros

bumusic, The sample code is VBScript and requires the iMacros Scripting Edition. You can not use that code inside an iMacros for Firefox .js file. so how can we remove the double quotation mark when save to text ? "aaa" "bbb" "ccc" to aaa bbb ccc or replace the " ...
by bumusic
Mon Oct 31, 2011 5:44 am
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8592

Re: how to perform copy file using imacros

iMacros itself has no copy command, but please see this solution: http://wiki.imacros.net/Web_Testing#Q:_How_to_invoke_3rd_party_tools_from_iMacros.3F Set objshell = CreateObject("Wscript.shell"); objshell.Run "cmd /c copy C:\text.txt C:\777.txt"; i ran "copy C:\text.txt C:...
by bumusic
Sun Oct 30, 2011 7:18 am
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8592

how to perform copy file using imacros

1. how to perform copy file using imacros eg click "play" button folder C:\zzz file A.txt copies and rename to file B.txt 2. after I extracted text to txt file, it showed "100" "234" how can i remove the quotation mark automatically? i mean i don't want the quotation ma...
by bumusic
Wed Oct 26, 2011 7:27 am
Forum: iMacros for Firefox
Topic: PROMPT with eval function
Replies: 3
Views: 2124

Re: PROMPT with eval function

What are you looping, exactly? i mean how to not execute some specific code only in iim what i want code 1<== prompt to enter a number, and remember that number code 2 code 3 then loop i want to loop code 1,2,3 the first loop, then run only code 2, 3 the second loop......and later i knew that your ...
by bumusic
Thu Oct 20, 2011 9:20 pm
Forum: iMacros for Firefox
Topic: PROMPT with eval function
Replies: 3
Views: 2124

PROMPT with eval function

this is about loop

i want PROMPT to run only the first loop, and bypass the second, third.......etc

Code: Select all

SET !VAR1 EVAL("var d = prompt(\"hello\");")
this doesnt work, how can i do it?
by bumusic
Fri Oct 14, 2011 7:57 pm
Forum: iMacros for Firefox
Topic: how to perform page down function?
Replies: 3
Views: 4196

how to perform page down function?

how to perform page down function?

i mean "bottom of the page"

you have "back" to perform back function
by bumusic
Mon Oct 03, 2011 6:23 am
Forum: iMacros for Firefox
Topic: imacros V7.4.0.1 is only for Firefox 4.0 - 8?
Replies: 4
Views: 3254

Re: imacros V7.4.0.1 is only for Firefox 4.0 - 8?

the reason why im using 3 becoz there is several addons dont work any more with FF7 i need time to find the replacement everything is fine. eval works! http://wiki.imacros.net/EVAL but where can i get more EVAL code? i mean more sample code but Compatibility Reporter add-on will be a good alternativ...
by bumusic
Sat Oct 01, 2011 4:04 am
Forum: iMacros for Firefox
Topic: imacros V7.4.0.1 is only for Firefox 4.0 - 8?
Replies: 4
Views: 3254

Re: imacros V7.4.0.1 is only for Firefox 4.0 - 8?

just installed Compatibility Reporter add-on and now all our old add-on are available
https://addons.mozilla.org/en-US/firefox/addon/15003/

thanks