Search found 16 matches

by dombrorj
Sat May 05, 2012 7:14 pm
Forum: iMacros for Firefox
Topic: Forms that Require Clicks, Enter, Keystrokes (Facebook)
Replies: 0
Views: 1319

Forms that Require Clicks, Enter, Keystrokes (Facebook)

Many of the fields on Facebook require some sort of keystroke or hitting enter on your keyboard with the cursor placed in the field in order to work. I've can't quite figure out what elements on their website code are causing this, but does anyone know how to use iMacros (for FireFox) fill out these...
by dombrorj
Mon Oct 31, 2011 7:33 pm
Forum: General Support & Discussions
Topic: ignore apostrophe as a comment
Replies: 4
Views: 4047

Re: ignore apostrophe as a comment

Hello dombrorj, Are you using the built-in editor of iMacros for Firefox? If so, you should know that even though the syntax highlighting shows the text as a comment, only lines beginning with an apostrophe are ignored on playback. Your macro code would have worked just the way you had it, even wit...
by dombrorj
Thu Oct 20, 2011 2:10 pm
Forum: General Support & Discussions
Topic: ignore apostrophe as a comment
Replies: 4
Views: 4047

Re: ignore apostrophe as a comment

Thanks! :D
by dombrorj
Wed Oct 12, 2011 7:59 pm
Forum: General Support & Discussions
Topic: ignore apostrophe as a comment
Replies: 4
Views: 4047

ignore apostrophe as a comment

I have an imacro script that has an apostrophe in the text of the CONTENT field. I'd like the script to input the content, including the apostrophe, into the form. What is happening instead is the apostrophe in the text has created a comment in the remainder of the line. So for example... What's<SP>...
by dombrorj
Tue Feb 22, 2011 1:02 am
Forum: General Support & Discussions
Topic: Find and Replace text?
Replies: 2
Views: 3959

Re: Find and Replace text?

Ok, gotcha. Thanks for the reply, Tom.
by dombrorj
Wed Feb 16, 2011 7:34 pm
Forum: General Support & Discussions
Topic: Find and Replace text?
Replies: 2
Views: 3959

Find and Replace text?

Is there a way to find and replace text. For instance, if I have a url:

Code: Select all

http://mysite.com?var=abc&var2=def
I want to find the instance of 'abc' and replace it with 'xyz'

Thanks
by dombrorj
Mon Oct 04, 2010 12:17 pm
Forum: General Support & Discussions
Topic: Restart iMacro on Error Possible?
Replies: 3
Views: 7190

Re: Restart iMacro on Error Possible?

Thanks Tom. I didn't think of that - appreciate the tip!
by dombrorj
Thu Sep 30, 2010 9:00 pm
Forum: General Support & Discussions
Topic: Restart iMacro on Error Possible?
Replies: 3
Views: 7190

Restart iMacro on Error Possible?

I'm using iMacros for form filling, and the site I'm using it on is kinda buggy and makes the iMacro fail sometimes. That basically means I have to sit and watch in case I have to restart the macro. Is there a way to make it auto-restart if there's an error?
by dombrorj
Tue Feb 09, 2010 9:33 pm
Forum: General Support & Discussions
Topic: Help: imacro stalls at dropdown box
Replies: 7
Views: 5662

Re: Help: imacro stalls at dropdown box

Yeah, it's very strange. logically, it seems it should work just fine. I tried what you mentioned above, and made sure to clear browser cache. Still experiencing the same thing. It just hangs at: TAG POS=2 TYPE=A ATTR=TXT:edit It opens the drop down box, but that's it... eventually timing out. I gue...
by dombrorj
Tue Feb 09, 2010 3:35 pm
Forum: General Support & Discussions
Topic: Help: imacro stalls at dropdown box
Replies: 7
Views: 5662

Re: Help: imacro stalls at dropdown box

Hi Daniel, Thanks for the help. If I remove: TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=ID:login it does appear to be working if I am already logged in. At least during the instances that I tested. But of course it doesn't work if I am not logged in to the site. To answer your other questio...
by dombrorj
Mon Feb 08, 2010 6:37 pm
Forum: General Support & Discussions
Topic: Help: imacro stalls at dropdown box
Replies: 7
Views: 5662

Re: Help: imacro stalls at dropdown box

Thanks for the help. I added that line because if I'm already logged in, the login submit form and button doesn't exist. So it's intended to let the process continue if the login fails. When I remove that line, the process works fine if I am not logged in to the site. If I am already logged in, howe...
by dombrorj
Sat Feb 06, 2010 9:15 pm
Forum: General Support & Discussions
Topic: Help: imacro stalls at dropdown box
Replies: 7
Views: 5662

Help: imacro stalls at dropdown box

The following macro should got to the specified site -> login (or ignore if fails because already logged in) -> click the 2nd "edit" button -> change the value -> click "save" It works sometimes. Other times it clicks the "edit" button, and then just hangs. Eventually t...
by dombrorj
Fri Jan 29, 2010 3:29 pm
Forum: General Support & Discussions
Topic: Data Extraction !Var error
Replies: 1
Views: 1400

Data Extraction !Var error

Hi, Edit: I see you can only have up to 3 variables, so I'll just create another imacro to complete the second half of the form. But I'm still having trouble with the following... I'm essentially trying to copy contents of data filled out on forms, and paste it into a new page. I'm receiving a "...
by dombrorj
Thu Jan 28, 2010 5:43 pm
Forum: iMacros for Chrome
Topic: SAVEAS Screenshot
Replies: 3
Views: 4046

SAVEAS Screenshot

Is iMacros for chrome capable of taking screenshots? I keep getting: SyntaxError: unknown command: SAVEAS at line 2

Edit: Never mind... I just noticed the list of available functions on the Wiki, and it looks like its not quite available yet.
by dombrorj
Thu Jan 28, 2010 3:00 pm
Forum: iMacros for Chrome
Topic: Import iMacros from FF
Replies: 13
Views: 17710

Re: Import iMacros from FF

Sounds good. I'll look forward to that!