Questions tagged [imacros]
Olivia Zamora
Ask Question
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.
1,463 questions- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
iMacros math operators on TAG CONTENT
iMacros v10.1.1 for CR, Free, CR 102.0.5005.115, Win10 I have a few lines of TAGs that I want to work with the same base CONTENT. I want to sum different values for each line, something like: ATTR=1 ... imacros- 1
Change multiple ATTR with same CONTENT
I want to replace the content of multiple input fields with the same content, something like: ATTR=ID1, ID2, ID3 CONTENT=newContent imacros- 1
Access to alien iframe in chrome extensions on the example of imacros and selenium ide
I'm writing a chrome extension and I'm having trouble accessing an iframe. I ended up googling this issue and all I got was "security policy" and why the iframe can't be accessed. In ... javascript selenium iframe google-chrome-extension imacros- 1
how to get Imacros to click on a specific thing in a loop
I have a site that I want to refresh in a loop until it shows a specific text, then when it does, click on a button (with the text on it) and then stop the loop. as for now I have this V VERSION BUILD=... imacros- 1
imacros - going back to TAB T=1
Why doesn't this code work in Firefox? Why doesn't it execute the last command and go back to Tab 1 in the end? iimPlay ("CODE: TAB T=1"); iimPlay ("CODE: TAB OPEN"); iimPlay (&... imacros- 1
iMacros - extracting text
Can you explain to me why my EXTRACT doesn't work? I am trying to count the number of users with private profiles in my group (because mostly these are bots). So I need to check whether the string &... extract imacros- 1
How to run two loops by iMacros?
I'm on Firefox 55.0.2 (64-bit), iMacros 9.0.3, Windows10 x64. I'm trying to get all HREFs from all website pages and fail on two loops. However, the looping works, but after every founded link, the ... javascript loops imacros- 2,089
iMacros for Chrome: How to replay Macro if error occurred?
I have this simple 3 line macro to load a form and submit, sometime I get this "RuntimeError: element SPAN specified by TXT:Submit was not found, line: 3" how can I auto replay the macro? I ... imacros replay- 1
iMacros Conditional statement
I'm new to iMacros. I'm trying to make a script that will click unfollow only if the user is not following you, and if it is to skip the script. I managed to do it to unfollow all users, but that is ... javascript imacros script- 37
iMacros Infinite Loop
I am trying to create an infinite loop to refresh a slideshow using imacros Below is my code, but it doesn't loop infinitely. Any suggestions? VERSION BUILD=1011 RECORDER=CR URL GOTO= infinite-loop imacros- 1
Adding sitemaps to google webmaster tools - iMacros error
VERSION BUILD=1011 RECORDER=CR SET !ERRORIGNORE YES SET !LOOP 1 SET !DATASOURCE C:\Users\panther\Documents\iMacros\DataSources\sitemaps-google.csv SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE {{!... search console imacros- 1
Auto Click a button until a specific text appear in page using iMacros
I'm trying to make an auto-click to a button on a website and do nothing when a specific text appears on the page Using iMacros, how can I use if a specific text element had the value I wanted so it ... imacros- 11
Imacros stops when error occurs from server
I am using imacros chrome extension to automate my work. Imacros opens a link and then fill some values and click on submit button and again loads the link and do the same. Sometimes an error occurs ... javascript imacros browser-automation- 65
Typing out columns vertically imacro Javascript
Specifications: Firefox 38.0.6, imacros 8.9.7, Windows 10 64-bit OS What my script does: My code that I specify here is part that adds a comment on a YouTube video. Issue: I'm trying to make it ... javascript firefox youtube imacros- 11
How to set localStorage item with JS and IMACROS?
My code: SET !VAR2 EVAL ("var title = document.getElementById(\"meta\").innerText; localStorage.setItem(\"title\", title);") Imacros console output: TypeError: result is ... javascript local-storage imacros- 19
15 30 50 per page12345…98 Next