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.

iMacros is a web automation toolset provided as a standalone application (iMacros Browser) and as an add-on/extension for Firefox, Chrome, and Internet Explorer.

Recommendations for users asking questions in the tag:

  • Mention your Full Config Info (FCI): iMacros Version [+ 'Free'/'PE'/'Trial'/'Pro'/'Ent'] + Browser [+ Version] + OS.
    • Example 1: iMacros v10.1.1 for Chrome, 'Free', Chrome 94, Win10 Pro x64.
    • Example 2: iMacros v8.9.7 for FF, 'Free', FF v55.0.3, Win10.

Related tags: and

Questions should generally be tagged with only if your question is about a '.js' script or about the iMacros EVAL() command. Be sure to mention "iMacros" in your question title to make clear that it's about iMacros and not in-browser JavaScript.

The same recommendations apply when selecting the tag along with the one. Keep in mind, though, that regex is (nearly) never the "best" solution with iMacros.

Lastly, like for all other tags and other programming languages on this site, post your script so far when relevant. Users are here to help you, but nobody will write an entire multi-part script from scratch. Please see How do I ask a good question?


Resources:


Company History:

iOpus => Ipswitch => Progress

1476 questions
4
votes
3 answers

Make {{!LOOP}} increase by 10 in iMacros

I have problems with making !LOOP jump +10 each time instead of +1. Here is my code: VERSION BUILD=8810214 RECORDER=FX TAB T=1 SET !ERRORIGNORE YES SET !VAR1 100 SET !LOOP {{!VAR1}} URL GOTO=http://www.example.com/lui/?page={{!LOOP}} WAIT…
Liu Kang
  • 1,359
  • 4
  • 22
  • 45
4
votes
2 answers

Extract multiple occurrences in JSON file with iMacros

I'm using iMacros for Firefox and want to extract some id's from a JSON file. The JSON file looks like this: "count":0,"id":"12345","time" blabla "count":0,"id":"12346","time" The code I'm using in iMacros is: URL…
OsiriX
  • 390
  • 4
  • 19
4
votes
1 answer

create a batch file to open firefox, then run a macro (wait for it to finish) then run another macro

I am trying to: (1) load Firefox (2) run Iopus Imacro (.iim) - wait for this to finish, then (3) run the next macro. So far I have tried start /wait - call and as many other suggestions as I could find all over the internet and this is what I have…
Tammy OHagan
  • 41
  • 1
  • 1
  • 4
4
votes
2 answers

How do I simulate mouse hover with imacros?

Is there any way to simulate mouse hover with the free edition imacros? There are some element I want to click that only appear with mouse hovered over.
RIchard
  • 51
  • 1
  • 2
4
votes
2 answers

Loop in Imacros using Javascript

how can i loop imm(imacros) script with javascript I searched a little bit and found this: for (i = 0; i < n; i++) { iimPlay(marconame.iim); } but when i use it my browser(Firefox 18) hangs :\
Debanjan Dhar
  • 418
  • 1
  • 6
  • 12
4
votes
2 answers

How to move iMacro script to Selenium?

We have been using iMacro for our QA Automation, at a recent discussion it was decided to shift to Selenium. Selenium provides a comparison thus neglected to mention how to migrate scripts to their platform..http://wiki.imacros.net/Selenium is…
Njax3SmmM2x2a0Zf7Hpd
  • 1,354
  • 4
  • 22
  • 44
4
votes
4 answers

Imacros won't click button?

I'm trying to build a script to post auto blog on Google Sites but the problem is that the button won't click. This is my screenshot: https://i.stack.imgur.com/W5mxq.png Code Button
Alberts M
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

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: