[HELP] iMacros pros - I need some help!

Ming the Merciless

Power Member
Joined
Sep 30, 2012
Messages
706
Reaction score
847
I am running iMacros for FireFox and I have ran into a bit of a problem. I am uploading a picture to a site and the "file upload" (I am assuming this is called the dialog box?) will not close after the photo uploads.

So, after the macros runs 500 times there are 500 dialog pop ups still open! Computer freezes because of this obviously. It does not affect the macros running thank God. So it is still working.

I tried using the ONWEBPAGEDIALOG command, but unfortunately my version of iMacros does not support this command. Please help!
 
ONDIALOG POS=1 BUTTON=OK CONTENT=

Replace OK with what ever the button you want to click says. You can omit the CONTENT tag if you want. Thats for javascript popup text boxes.

So it will be ONDIALOG POS=1 BUTTON=OK

Test it, I would go with the default syntax, just in case to avoid any errors.
 
I guess you are clicking the button, however you dont need to click it at all
simply just
tag pos={{n}} type=input attr=type:file content={{yourPath}}

do i miss something?
 
Thank you all for the responses. I am out of the office at the moment (I'm on my mobile). I will give these a go when I get back. If I have any more issues I will post back. Thanks again!
 
Unfortunately none of these worked. Does anyone else have any more suggestions?
 
I guess you are clicking the button, however you dont need to click it at all
simply just
tag pos={{n}} type=input attr=type:file content={{yourPath}}

do i miss something?

I spoke too soon! I did not understand how to use this line of code at first, but this was the fix for me! I did not need the code to physically hit click the button! I just need to insert the file. Thank you a million times man.

This is why I love our forum!
 
Was the dialogues, a fileopendialog? You could have mentioned. I was actually thinking you have 500 dialogues saying that you have completed the upload successfully. lol
 
sometime imacros can make you quickly upset LOL

I knowwww! Haha. I've been using iMacros automation for approx 2 years. I am always learning new things with it. It's so frustrating when you know that it can do something but you just can't figure it out!

Was the dialogues, a fileopendialog? You could have mentioned. I was actually thinking you have 500 dialogues saying that you have completed the upload successfully. lol

Yes, it was a fileopendialog. Lol. I guess I should have mentioned that! Thing is, before I ran into this issue I did not know it was called a dialog box! I found this out from Googling my problem and guessing. Oh well, you learn something new all the time, right?!

thanks again to all. Back to making money! BHW rocks!
 
Back
Top