Tagged Questions

iMacros is an extension for the Mozilla Firefox, Google Chrome and Internet Explorer web browsers which adds record and replay functionality similar to that found in web testing and form filler software.

learn more… | top users | synonyms

14
votes
13answers
2k views

What is the best way to do web scripting/web macros?

I'm trying to streamline some of our tasks at my place of work, and it seems that quite a lot of our developers' time is spent doing semi-mechanical tasks on the web (specifically, editing online ...
3
votes
2answers
78 views

Is it possible to overwrite / block a Javascript code that avoids more than one click per hour?

I've found a voting contest on my country and after realizing that there's people getting a lot of votes on it (like 6k on 4 days), I've been trying to satisfy my curiosity about it without finding a ...
1
vote
0answers
76 views

imacro purge facebook wall

I have been working on an imacro script to loop through my facebook wall and purge all of my older posts. so far I can get it to delete posts, however, I can not find a way to skip over images or ...
1
vote
0answers
67 views

Record and replay of GWT site using imacros is not working

Hope anyone has come across this. I have been using imacros plugin to record/replay web pages on firefox. It works very well except for GWT pages. For a GWT and smart gwt based webpage, imacros ...
1
vote
2answers
154 views

auto highlight/copy

There's a game I play on firefox, and there's a way to recruit soldiers to me and to other players, all I have to do is click on the same word of an image, like this: Once I clicked the image ...
1
vote
1answer
168 views

How might I provided a URL use the FireShot API to take a screenshot, upload to Imgur, and return some output (eg. markdown)

I am looking for a way to utilize the FireShot API with JS to given a URL (or perhaps a list) use the FireShot API to take screenshot, upload to Imgur, then return the user the URLs or perhaps ...
1
vote
2answers
523 views

Automation tool for Firefox that can manipulate User-Agent or Referrer?

I need to automate some processes in Firefox via Chickenfoot, Greasemonkey, iMacros or any other automation tool. Is any of them allows to change the browser's User-Agent or Referer/Referrer fields? ...
0
votes
0answers
11 views

using java apache POI in iMacros

I have a set of tasks and screen scraping that I would like to perform using iMacros (since its pretty simple). The only trouble I am now running into is the limitation of using csv files. I digged ...
0
votes
0answers
21 views

Imacros script to find text and alert if not found

I can extract text and make a msgbox if not found using JS, but i need to know how to do it in imacros. The javascript that i use is here http://www.javascripter.net/faq/searchin.htm var ...
0
votes
0answers
45 views

if else needed for imacros deathbycaptcha solver

Alright to start off i am using imacros scripting interface v6.90, i can extract the captcha image from the target url, save the captcha pic, then upload to dbc and dbc fills my captcha......it all ...
0
votes
0answers
15 views

How do I click a <button> with iMacros?

I'm 99% complete on a project I've been working on for a while, the only thing holding me back is 1 stupid button! It's a simple <button>This is it, click me</button> I can't figure ...
0
votes
1answer
61 views

Nested Loop, VBS and Random Numbers

I am writing some vbs code, and I want to be able to pass a random number for WAIT SECONDS, while looping through one of my CSV files, So far I have this Dim rn rn = 50 + cint(rnd()*11) iret = ...
0
votes
1answer
80 views

How to loop and extract data from various url's using the iMacros Addon for Firefox

I would like to extract data form a spacific url such as www.example.com/data.php?id=xx Where xx is a number between 1 and 1000 (ie. the script should loop through) and extract the data so far I have ...
0
votes
1answer
50 views

How to check if html contains a certain number with iMacros

I would like to use iMacros to check a html site if it contains certain numbers. if it does, then I would like to assign a variable according to a number that has been found. Like if the html ...
0
votes
1answer
122 views

Imacros for FireFox - Loop Inside EVAL

I need to reload URL (in this case to refresh same page) until I don't have word beginning with capitalized A, B or C. How can I loop inside EVAL? Can somebody please provide me with some code ...
0
votes
1answer
125 views

iMacros - Extract a part of text inside TD tag

Please go to the link http://www.networksolutions.com/whois-search/reedandthomas.com I want to extract only the below part of the text: Administrative Contact: Chilcoat, Dan ...
0
votes
1answer
68 views

Imacros extraction

I just started using Imacros,so far so good. I'm attempting to scrap large amounts of information from tables and then delimit it in excel. However when I try and do so i'm told the info is all ...
0
votes
0answers
69 views

How do I Convert X to UTF-8 using VBA97 commands?

So, I wrote this little piece of code: Private Sub vINCULAR_swift___gdc_Click() Dim mdb As Database Set mdb = CurrentDb Dim Tbl_Swift Dim i As Integer Dim DNOW As String Dim DDATE As String Set ...
0
votes
1answer
753 views

Simple iMacros Loop and Extract

I'm very new to the world of iMacro scripting, and as such I am having difficulty getting (what I believe to be) a very simply data scrape working. The site I wish to scrape consists of an index page ...
0
votes
1answer
221 views

Do iMacros support javascript or any other script?

There is a webpage which is having one textbox for every day.I am using iMacros firefox plugin to fill all textboxes. As of now, my macro fills all textboxes from monday to friday with a desired ...
0
votes
2answers
94 views

Can iMacros Automate other Firefox Extensions?

The description on iMacros's Firefox add-on page claims that it "is extremely versatile and can be combined with other extensions such as Greasemonkey, Web Developer, Firebug, Stylish, Download ...
0
votes
2answers
120 views

collecting output and form submission on a different page?

I'm looking for a way to gather the output(in text) on a webpage after a form submission. Is there a way to maybe see the http response of a form submission in Javscript? Otherwise, I would like to ...
0
votes
1answer
425 views

How to convert String to Integer in iMacros?

HI All, I am trying to use Javascript and iMacros together. I am trying increment loop by 4 everytime, that's why I am using Javascript Below is Javascript Code iimDisplay("Start loop..."); j=4; ...
0
votes
1answer
162 views

Why can't I see extract data option for imacros in firefox?

I saw a tutorial in which they used "Extract Data" option to record extraction of data from webPage to CSV , but I don't see this option when I open imacros in firefox Any ideas? Thanks, Nitesh
0
votes
2answers
2k views

How to step 2 with iMacros loop? How to select every other href?

I have this iMacros code fragment VERSION BUILD=7200328 RECORDER=FX TAB T=1 URL GOTO=http://feedburner.google.com/fb/a/myfeeds SET !LOOP 1 TAG POS={{!LOOP}} TYPE=A ...
0
votes
1answer
302 views

Simple IMACROS Question

I'm very interested in using IMACROS, however, I keep getting lots of errors. The tutorials are a bit confusing. So, I want to learn how to extract web elements, so I uploaded a batch of images in ...
0
votes
1answer
2k views

Pass variables from .bat file to vbscript in relation to iMacros iimset

I'm trying to minimize the number of vbs files that I have for a number of imacro testing I have. I'm fairly new to scripting and I'm still learning to make my code simpler. Summary: I have one ...
0
votes
0answers
78 views

imacro for firefox does not open pop ups after playing recoded macro [closed]

I have downloaded imacro for firefox, but imacro for firefox does not open pop ups after playing a recorded macro. How can I fix it? Thanks
0
votes
1answer
252 views

How to check if a field exists using iMacro

I Need to check to see if an html field exists in a website using iMacro plugin for firefox. If the field does not exist, then I need to perform a different opperation
0
votes
1answer
240 views

Running an iMacros script from a hosted VM

I have a Firefox/iMacros script that generates screenshots of various websites and a shell script that uses mogrify to resize and optimize the images. I then upload the images to my web server. I ...
0
votes
0answers
237 views

How do I loop this macros?

So I'm using imacros plugin for firefox and want to loop through a bunch of extraction before saving the file. How do I do that? This is what I have so far: TAG POS=1 TYPE=SPAN ...
0
votes
1answer
852 views

imacros firefox addon clicking button “Ok” if “Yes” not available?

I'm using imacros for doing repeated actions on some webpages. I want to select attrib:Yes if not "Yes" found on page select attrib:Ok simple if else check.. how to do in imacros?
0
votes
1answer
663 views

Please give me an example of IMacros macros to visit all site entirely

So I give the first page and macros must visit all pages of this site. (open a new tab for example of each page) This one I found in the net, but this macros visit only links in one starting page, ...
0
votes
3answers
252 views

How can I write an automated script to log into, navigate, and save a website from a headless server?

Currently, I have a script that calls Firefox and runs a macro, but this is very buggy and rarely works the way I want it to.
0
votes
1answer
624 views

VBS / iMacros - What is error code -911

What is this error code? The link "-100...-999 (sMacroError)" on this page "http://wiki.imacros.net/Error-Codes" just reloads the SAME PAGE again. Great. I get this error when I execute this .vbs ...
0
votes
1answer
1k views

Using WSH (VBS) with iMacros - how do they do it?

(iMacros For Firefox 6.6.5.0; Firefox 3.6.3; Windows XP Pro SP3 w/all updates) I made an iMacro to select "load next 25" (comments) on a web page (CNN.COM). Unfortunately, iMacros doesn't appear to ...
0
votes
1answer
383 views

Methods to copy form values from one form to another?

I need to copy values from a form displayed in one HTML page (incoming.html) to another HTML page (outgoing.html) in a browser. What will be the best approach to this, I have tried using imacros but ...
0
votes
1answer
2k views

How To Automatically Start iMacros Javascript Upon Browser Loading

This question is specific to the iMacros suite in particular. What is the best way to go about automatically starting a javascript file that controls my macros inside firefox? Basically, I have an ...
0
votes
1answer
2k views

IMacro Scripting - How to read a local .txt file using javascript

There is this IMacro scripting tool, if you want to automate some web page visits by using javascript. I would like to have my javascript to read from a local .txt file (not a .cvs file and not ...
0
votes
1answer
1k views

iMacros: Can I Select Option by display text instead of value?

I am looking to automate selecting an item from a list where the generated HTML looks like: <select name="uid_1""> <option value="0">All</option> <option value="1">Option ...
0
votes
3answers
849 views

How to fill Web Form from Flash or Javascript?

I am looking for a solution to fill web forms from flash or javascript. The "filling" should be done non-visually. The "filling" should be initiated from user computer, because I need to access local ...
-2
votes
1answer
31 views

IMacro Error : SyntaxError: wrong format of CMDLINE command, line: 5 (Error code: -910)

TAB T=1 TAB CLOSEALLOTHERS CMDLINE !DATASOURCE SET !DATASOURCE C:\users.csv SET !DATASOURCE_COLUMNS 1 'Start at line 2 to skip the header in the file SET !LOOP 2 'Increase the current ...