Search found 11 matches

by macrodude
Fri Jun 20, 2014 3:06 am
Forum: iMacros for Firefox
Topic: How do I run multiple Firefox windows of the same macro?
Replies: 4
Views: 3916

Re: How do I run multiple Firefox windows of the same macro?

I tried to open 2 Firefox windows but when I ran the same macro on another "client" it froze the first Firefox and won't work. Is there a way I can run the same iMacros script on multiple Firefoxes? CIM...! :mrgreen: Don't you notice that you, nearly each time you ask a new Question, don'...
by macrodude
Thu Jun 19, 2014 9:52 pm
Forum: iMacros for Firefox
Topic: How do I run multiple Firefox windows of the same macro?
Replies: 4
Views: 3916

How do I run multiple Firefox windows of the same macro?

I tried to open 2 Firefox windows but when I ran the same macro on another "client" it froze the first Firefox and won't work. Is there a way I can run the same iMacros script on multiple Firefoxes?
by macrodude
Sun Feb 09, 2014 11:18 pm
Forum: General Support & Discussions
Topic: How do you extract text from a URL without going to it?
Replies: 3
Views: 3002

Re: How do you extract text from a URL without going to it?

Your Question is not clear, I'm not sure I understand it correctly... Because in your Sample Code, you already have your URL, it's just a String in a Variable, you manipulate the way you want, you don't need "to go to it"... I would like to see where you get your URL from... If you extrac...
by macrodude
Sun Feb 09, 2014 6:14 pm
Forum: General Support & Discussions
Topic: How do you extract text from a URL without going to it?
Replies: 3
Views: 3002

How do you extract text from a URL without going to it?

I tried this but it won't work: extract.iim ADD !EXTRACT http://forum.imacros.net/index.php extract.js iimPlay("extract.iim"); var x=iimGetLastExtract(); if(x.indexOf("Tom")!=-1) { alert("Found!"); } How do I extract text from a URL without having to go to the URL?
by macrodude
Thu Feb 06, 2014 10:17 pm
Forum: General Support & Discussions
Topic: If statement to check if there is text on a webpage?
Replies: 0
Views: 1930

If statement to check if there is text on a webpage?

So for example how do I check if the text on the page contains "Hello World!"?

Here is the pseudocode of it:

Code: Select all

if (TextContent == "Hello World")
{
    iim.Play("myMacro.iim);
}
How do I write this properly?
by macrodude
Fri Nov 22, 2013 1:53 am
Forum: iMacros for Chrome
Topic: Click X and Y won't work for Google chrome?
Replies: 1
Views: 2774

Click X and Y won't work for Google chrome?

How do I write the syntax code for clicking X and Y for iMacros with Google Chrome? I tried it with Firefox and it works fine.

Ex:
CLICK X=400 Y=400
by macrodude
Sun Oct 20, 2013 12:55 am
Forum: General Support & Discussions
Topic: iMacros Firefox vs Google Chrome?
Replies: 0
Views: 1716

iMacros Firefox vs Google Chrome?

Which browser is it better to use iMacros in general?

Preferably which one is faster to use as well.
by macrodude
Mon Sep 30, 2013 4:34 pm
Forum: General Support & Discussions
Topic: If statement for iMacros using this pseudocode?
Replies: 1
Views: 2038

If statement for iMacros using this pseudocode?

So I'm trying to make a macro to catch Pokemon from maps in this game but there if you encounter a Turf War it will show this: http://i.imgur.com/W6Tjd8l.jpg As you can see the click button says "Lets Battle!" and it redirects you to a battle link. However, I want to make an if statement t...
by macrodude
Sun Sep 22, 2013 1:49 am
Forum: iMacros for Firefox
Topic: How do I make a loop off of this code?
Replies: 0
Views: 1363

How do I make a loop off of this code?

So this is my code right now and as you can see this clearly is possible using a loop. The number between the bracket is what I want to change. How do I make a loop from here since I want to go to like 100 or higher? Thanks in advance :) EVENT TYPE=CLICK SELECTOR=#CP>OPTION:nth-of-type(2) MODIFIERS=...
by macrodude
Mon Sep 16, 2013 4:48 pm
Forum: iMacros for Firefox
Topic: How do I use If Statements for this code?
Replies: 0
Views: 1288

How do I use If Statements for this code?

So I'm trying to make a macro to catch Pokemon from maps in this game but there if you encounter a Turf War it will show this: http://i.imgur.com/W6Tjd8l.jpg As you can see the click button says "Lets Battle!" and it redirects you to a battle link. However, I want to make an if statement t...
by macrodude
Thu Sep 12, 2013 7:39 pm
Forum: iMacros for Chrome
Topic: TPPC Macro code?
Replies: 0
Views: 3362

TPPC Macro code?

Does anybody know a TPPC Macro code that will run VERY smoothly for iMacros Google Chrome? Here is my code right now: SET !ERRORIGNORE YES TAG POS=1 TYPE=INPUT:BUTTON ATTR=* WAIT SECONDS=0.02 TAG POS=1 TYPE=INPUT:BUTTON ATTR=* WAIT SECONDS=0.02 TAG POS=1 TYPE=INPUT:BUTTON ATTR=* WAIT SECONDS=0.02 TA...