Questions tagged [imacros]

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.

1448 questions
13
votes
5 answers

iMacro to generate random text or random number

I am using iMacros for quick static form filling and is there anyway I can generate and post random text using iMacros? For example can instead of good boy in the below iMacro for Google Search can I generate random text or random number and post it…
Kerry
  • 1,013
  • 5
  • 13
  • 22
11
votes
3 answers

How to use JavaScript in imacros?

I can't figure out how to use imacros with JavaScript. I have looked at their Help, have seen countless examples here on Stack Overflow, but don't know what am missing. It has not been explained clearly anywhere. Here is what I tried: Used the…
user3001859
  • 265
  • 1
  • 3
  • 10
9
votes
0 answers

How to loop through links on page using iMacros

I would like to use iMacros for the following task: on specific page navigate to each link ending with /id=* (how to do a loop ?!) save the HTML body content of those id's pages to file on each of those pages there is 'further details button' save…
Neno
  • 607
  • 1
  • 17
  • 30
7
votes
1 answer

iMacros wait until page loads

I used to use iMacros all the time and to make the macro wait for the page to load it was as simple as: SET !WAITPAGECOMPLETE YES However now this doesn't work and it seems from the iMacros website http://wiki.imacros.net/!WAITPAGECOMPLETE that…
quantum285
  • 994
  • 2
  • 9
  • 20
7
votes
3 answers

How to invoke an iMacro from JavaScript?

I have an iMacro 'Test.iim' and I want to play or call this iMacro from a javascript that is attached into a button click event in my webpage. Please Help with some sample code.
Vishnu Y
  • 1,811
  • 3
  • 20
  • 37
6
votes
1 answer

Removing element using imacro

First of all I am new to imacros,I am trying to remove an element from a page using imacro in a random site, for which i have tried to use the javascript which throws me an error of .remove() is not a function. Following is the piece of code which i…
Omkar Somji
  • 217
  • 1
  • 7
6
votes
1 answer

LOOP function in iMacros (TAG POS)

I have this code: VERSION BUILD=7601105 RECORDER=FX SET !TIMEOUT_PAGE 10 SET !ERRORIGNORE YES TAB T=1 CMDLINE !DATASOURCE tags.csv SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE {{!LOOP}} SET !VAR1 {{!LOOP}} '***** enter all hashtags and likes…
navamauricio
  • 71
  • 2
  • 2
  • 5
5
votes
0 answers

Finding Invisible Recaptcha Callback Function of an external site

How can I manually find the callback function of invisible recaptcha? The following is the website:- https://www.redbubble.com/auth/login The following gives a string and not a function ___grecaptcha_cfg.clients[0].aa.l.callback Plus, there doesn't…
5
votes
5 answers

Accessing content window not supported in multiprocess Firefox

I'm using javascript and imacros to collect some data from a website and I have this line of code: final_macro += "ADD !EXTRACT " + '"' + lager_col2[0].textContent + '"' + "\n"; When I ran my js in the browser I got this error: Error: Accessing…
Cosmos24Magic
  • 167
  • 1
  • 14
5
votes
1 answer

How to ignore HTTP errors in a iMacros script?

I have 1000+ URLs that I want to scrape to retrieve the title value from the HTML. After trying different things, I ultimately used iMacros scripts, which I don't know anything about. Nonetheless, I managed to make a script after reading guides. My…
Texh
  • 1,693
  • 2
  • 10
  • 8
5
votes
1 answer

imacros extraction from a range of data

Hi here is how my page looks like
Beamer
Michal K
  • 225
  • 2
  • 9
  • 17
5
votes
2 answers

How do I execute JavaScript from an iMacro script?

How do I execute JavaScript from an iMacro script? URL GOTO=javascript:alert("TEST"); The Javascript works fine when pasting it into the address bar (by putting "javascript:" in front of the code) but unfortunately iMacros does not recognize…
Meowls
  • 59
  • 1
  • 5
5
votes
1 answer

Imacro - Javascript Conditional For Scrolling To Bottom of Page

There are some imacro with Javascript conditional questions on here, but nothing that gave me what I need... I tried this question: http://forum.imacros.net/viewtopic.php?f=11&t=14010, but mine is different as I don't need to use the EXTRACT command…
user3659063
4
votes
1 answer

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 ATTR=HREF:http://feedburner.google.com/fb/a/dashboard?id=* TAG POS=1 TYPE=A…
Pentium10
  • 190,605
  • 114
  • 394
  • 474
4
votes
1 answer

Have an issue with loop iMacros/JS

I have here iMacros/JS script for Facebook, which needs to login to FB account from CSV file, then script have second loop j, which is sending 20 friend request from 1 account. The problem is when you change account there is a popup message that you…
Andrew
  • 945
  • 10
  • 24
1
2 3
96 97