Search found 135 matches

by IrishMacro
Wed Jul 26, 2017 11:58 am
Forum: General Support & Discussions
Topic: Macro will not click vote button
Replies: 2
Views: 3889

Re: Macro will not click vote button

Sorry, I don't generally help with this stuff.
by IrishMacro
Wed Jul 26, 2017 11:56 am
Forum: General Support & Discussions
Topic: Help me fake ip with imacro chrome
Replies: 4
Views: 4876

Re: Help me fake ip with imacro chrome

TAG=makemyipfake


Hope this helps
by IrishMacro
Wed Jul 26, 2017 11:50 am
Forum: General Support & Discussions
Topic: CONTENT ENTER
Replies: 1
Views: 3944

Re: CONTENT ENTER

Are you looking for a way to have imacros press the Enter key on your keyboard?

Some info here
http://forum.imacros.net/viewtopic.php?t=13472
by IrishMacro
Wed Feb 22, 2017 5:38 pm
Forum: General Support & Discussions
Topic: Can Imacros extract txt, find it listed in DATASOURCE row?
Replies: 3
Views: 3758

Re: Can Imacros extract txt, find it listed in DATASOURCE ro

Without actually testing this I would hazard a guess that the answer is no The datasource file is locked while you are running the macro and reading and writing to it at the same time sounds unlikely Can you give us an example of what you are trying to do? Is it like this? 1 Go to a page 2 Look for ...
by IrishMacro
Tue Feb 21, 2017 1:27 pm
Forum: iMacros for Firefox
Topic: Leading Zero Giving an Error Code -925
Replies: 10
Views: 12115

Re: Leading Zero Giving an Error Code -925

I get this error now too Only change (I think) was moving from Win7 to Win10 Using Firefox 51 and the free browser plugin Double quotes works for me too TAG POS=1 TYPE=INPUT:TEXT FORM=ID:form-shipping-guest-user ATTR=ID:txtZip CONTENT=02909 NOK TAG POS=1 TYPE=INPUT:TEXT FORM=ID:form-shipping-guest-u...
by IrishMacro
Fri Jan 27, 2017 3:39 pm
Forum: General Support & Discussions
Topic: SAVEAS=HTM not saving as an HTHM File
Replies: 4
Views: 3275

Re: SAVEAS=HTM not saving as an HTHM File

Possibility 1 - your computer hides known file extensions

Possibility 2 - add .html in script
FILE=+_{{!NOW:ddmmyyyy}}.html
by IrishMacro
Mon Dec 05, 2016 11:46 pm
Forum: General Support & Discussions
Topic: Automatically open imacros sidebar when opening IE
Replies: 4
Views: 3774

Re: Automatically open imacros sidebar when opening IE

I'm not sure, you would probably have to use some desktop macro tool to make this happen
by IrishMacro
Mon Dec 05, 2016 11:44 pm
Forum: General Support & Discussions
Topic: How can i select the Youtube Comment field ?
Replies: 2
Views: 3045

Re: How can i select the Youtube Comment field ?

Sorry, it sounds like you will use this to spam on youtube so I won't help with that.
by IrishMacro
Mon Dec 05, 2016 11:42 pm
Forum: General Support & Discussions
Topic: Form Filling Without =GOTOURL ?
Replies: 4
Views: 4756

Re: Form Filling Without =GOTOURL ?

As said by chivracq - if you remove the GO TO URL or comment it out, then the macro will simply start executing on the page you are currently on (providing you are using the browser plugin)
by IrishMacro
Fri Nov 11, 2016 12:35 pm
Forum: General Support & Discussions
Topic: Will iMacros work on localhost?
Replies: 3
Views: 3611

Re: Will iMacros work on localhost?

I think your problem is rather that Imacros cannot read PDF
In general imacros looks at the page source form information but a PDF doesn't have page source
by IrishMacro
Wed Jun 08, 2016 6:15 pm
Forum: General Support & Discussions
Topic: Restarting Code After Error
Replies: 1
Views: 1972

Re: Restarting Code After Error

Are you using the free plugin for Firefox?

To answer, no you cannot have it automatically start over if an error forces it to stop.
You can experiment with
SET !ERRORIGNORE YES
instead
by IrishMacro
Wed Jun 08, 2016 2:35 pm
Forum: iMacros for Firefox
Topic: TypeError: mtree is null
Replies: 18
Views: 28719

Re: TypeError: mtree is null

Yup, I'm getting TypeError: mtree is null too today FF plugin 8.9.7 FF46 Steps Uninstall and reinstall plugin into FF In the sidebar you will see Favourites Demo-Firefox I think the issue is with the path - this Favourites folder seems to equal the \iMacros\Macros folder If I point to another locati...
by IrishMacro
Thu Jun 02, 2016 3:15 pm
Forum: General Support & Discussions
Topic: Inputting HTML code
Replies: 2
Views: 2703

Re: Inputting HTML code

That shouldn't be a problem

URL GOTO=http://www.rapidtables.com/tools/notepad.htm
TAG POS=1 TYPE=TEXTAREA ATTR=ID:area CONTENT=</body>

code is displayed ok
by IrishMacro
Mon May 23, 2016 9:27 am
Forum: iMacros for Firefox
Topic: Select Value from Drop Down List Box
Replies: 14
Views: 11301

Re: Select Value from Drop Down List Box

It's because id keeps changing names.

reload page and notice how it keeps changing names:
select2-salaryFreq-lt-container
select2-salaryFreq-nu-container
select2-salaryFreq-xe-container
by IrishMacro
Fri May 20, 2016 2:04 pm
Forum: General Support & Discussions
Topic: Link opens in new tab cannot switch focus to Tab 2
Replies: 2
Views: 2998

Re: Link opens in new tab cannot switch focus to Tab 2

I assume you have the free plugin of imacros for your ie11? I just tested it on my own machine and IE switched focus to the new tab Shorten your code to Go to page Click a link that opens in new tab Check focus is switched to new tab. It's also possible it's the browser itself that may be acting up ...