Search found 30 matches

by rethinkreality
Tue Feb 16, 2016 7:15 am
Forum: iMacros for Firefox
Topic: iMacros/Palemoon no longer supported?
Replies: 3
Views: 3709

iMacros/Palemoon no longer supported?

Palemoon v. 26.0.3
iMacros 8.8.1.1 - 8.8.5.1
Windows 7 64bit

Scripts that worked yesterday, no longer function. (.iim's and .js's)

TypeError: Downloads.getList is not a function (Error code: -1001)



(EDIT)
iMacros version 8.5.3.1 worked though. Will the number keep going lower?
by rethinkreality
Thu Dec 03, 2015 2:31 am
Forum: iMacros for Firefox
Topic: open imacros cp by default in firefox
Replies: 6
Views: 4354

Re: open imacros cp by default in firefox

Hello, I am running imacros 8.9.4 in a portable firefox, windows 7, sometimes firefox opens with the imacros control panel open and sometimes not, because I am using a different script to run the actual macro, I need the control panel to be open by default when firefox opens, and I cannot find any ...
by rethinkreality
Tue Dec 01, 2015 7:51 pm
Forum: iMacros for Firefox
Topic: Create multiple tab with the same URL
Replies: 6
Views: 6060

Re: Create multiple tab with the same URL

VERSION BUILD=8940826 RECORDER=FX TAB T=1 'URL GOTO=http://www.blabla.com SET Current_URL {{!URLCURRENT}} '> TAB OPEN TAB T=2 URL GOTO={{Current_URL}} TAG POS=1 TYPE=INPUT:BUTTON ATTR=* TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/process.php ATTR=NAME:subject CONTENT=blabla TAG POS=1 TYPE=TEXTAREA FORM=...
by rethinkreality
Sat Nov 28, 2015 7:01 pm
Forum: Data Extraction and Web Screen Scraping
Topic: XPATH wiki is wrong
Replies: 1
Views: 1962

Re: XPATH wiki is wrong

Works with Javascript too. var startingUrl; startingUrl = "CODE:"; startingUrl += "TAB T=1" + "\n"; startingUrl += "TAB CLOSEALLOTHERS" + "\n"; startingUrl += "URL GOTO=http://demo.imacros.net/Automate/TestForm1" + "\n"; startingU...
by rethinkreality
Fri Nov 27, 2015 9:06 pm
Forum: iMacros for Firefox
Topic: Extend Imacros with new commands?
Replies: 13
Views: 16695

Re: Extend Imacros with new commands?

rethinkreality wrote:I remember you wanted a loop_max function chivracq but can you get into specifics of what you want it to do?
Bump because I want to know Chiv, I've seen you posting about lol. I don't think I understand it. Or can you skype/email?
by rethinkreality
Fri Nov 27, 2015 9:03 pm
Forum: iMacros Consultants
Topic: [HELP ME] Security question after login
Replies: 1
Views: 18038

Re: [HELP ME] Security question after login

You'll need to either evaluate the URL or the content on the page to see if there is a security question or not. After that your script can continue. You can make these decisions in iim or javascript with a simple extraction tag of some sort.
by rethinkreality
Fri Nov 27, 2015 8:54 pm
Forum: iMacros for Firefox
Topic: Simple Macro help with loop
Replies: 2
Views: 1907

Re: Simple Macro help with loop

Hi, What I need is if the URL takes a long time to load, Loop ( maximum 10 times ) again. You have it already with the page timeout in a way if you use the loop function. If fetchresult = "No update found" ( this is the only text in the resuluts URL ) Then Loop again ( maximum 10 times ) ...
by rethinkreality
Thu Nov 26, 2015 4:07 am
Forum: iMacros for Firefox
Topic: Extend Imacros with new commands?
Replies: 13
Views: 16695

Re: Extend Imacros with new commands?

I think we should start by making a list of commands or functionality that we could really like from a software like iMacros. I remember you wanted a loop_max function chivracq but can you get into specifics of what you want it to do? Once we have a list of them, then we can prioritize and start lik...
by rethinkreality
Thu Nov 26, 2015 3:57 am
Forum: Command Line and Scripting Interface
Topic: if else javascript
Replies: 5
Views: 7183

Re: if else javascript

TAG commands extract text how to check if it contains certain word say 'accepted' if it contains then do certain more steps else skip possible with imacros for firefox? I've recently posted this answer before for javascript users, and @chivracq has posted methods to do it in iim. I realize not bein...
by rethinkreality
Tue Nov 24, 2015 4:37 pm
Forum: iMacros for Firefox
Topic: iim/js replay bug OR missing syntax?
Replies: 12
Views: 8599

Re: iim/js replay bug OR missing syntax?

It shouldn't be a Pb, I think... In one of the Threads I referred to, I even decompiled and posted one of the iMacros Add-on Modules (for FF) and I wasn't sure at that time if that would be OK or not with the Moderation/TechSupport but I did some Research on the Forum and iMacros is officially Open...
by rethinkreality
Tue Nov 24, 2015 9:25 am
Forum: Data Extraction and Web Screen Scraping
Topic: XPATH wiki is wrong
Replies: 1
Views: 1962

XPATH wiki is wrong

Browser = FF 42.0 iMacros = 8.9.4 OS = Windows 7 & 10, Mac 10.7.5 - 10.9 The information on this page is wrong. http://wiki.imacros.net/XPATH This is the solution. TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://demo.imacros.net/Automate/TestForm1 TAG XPATH="//input[@name='name']" CONTENT=&...
by rethinkreality
Tue Nov 24, 2015 8:55 am
Forum: iMacros for Firefox
Topic: iim/js replay bug OR missing syntax?
Replies: 12
Views: 8599

Re: iim/js replay bug OR missing syntax?

Yep, done I think, about...: You got it, except for this one character too iimSet("ARRAY", scripts[i]); should be this iimSet("ARRAY", script[i]); because there is no variables named scripts, but there is one named script. One of the two has to change. And that's funny because I...
by rethinkreality
Tue Nov 24, 2015 4:25 am
Forum: iMacros for Firefox
Topic: how to copy valus of input text from one page to another pag
Replies: 2
Views: 2178

Re: how to copy valus of input text from one page to another

hi everybody i want to copy some text from joomla administration page to another joomla administration page and can't import data into tables i think imacros is a solution for me, but i don't know its syntax how i can copy this data ? notic: my data is 1400 article that should transfer them and its...
by rethinkreality
Tue Nov 24, 2015 3:41 am
Forum: iMacros for Chrome
Topic: Making an interval
Replies: 3
Views: 4058

Re: Making an interval

Remove the GOTO command, and just run it while you're on the page. Then you can replay the macro 9999 times without reloading the page. And what are you running? Read my signature or Chiv's, we need to know the version of your add-on/software/os to help further.
by rethinkreality
Tue Nov 24, 2015 3:22 am
Forum: iMacros for Firefox
Topic: error when trying to play macros
Replies: 6
Views: 5030

Re: error when trying to play macros

my macro im trying to play is a.iim VERSION BUILD=8940826 RECORDER=FX TAB T=1 URL GOTO=172.17.4.42 FRAME NAME="theHeader" TAG POS=1 TYPE=A ATTR=TXT:Login TAB T=2 TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/userpost/xerox.set ATTR=NAME:webUsername CONTENT=admin SET !ENCRYPTION NO TAG POS=1 TYPE...