Jump to content
Macro Express Forums

How To Edit Text In A Macro Recording?


tommytx

Recommended Posts

When I load the macro generated by the recorder, I can only see things like mouse move and etc but no text that was typed such as filling out a form.

 

Is there any way to edit the text that was typed after a macro has been recorded?

For Example in filling out a form I type the name Tom Jones in the name field. Is there anyway to change that to Bill Clinton so that next time it plays the new name will be inserted..

 

Same for corrections, if you do a typo, you can see it back space and correct the error, is there anyway to go in and edit the backspace and enter the correct spelling so the macro does not have to edit itself...

 

Thanks in advance.

Link to comment
Share on other sites

Thanks for the response Kevin, but obviously there is something that I don't understand yet..

 

When I load the macro generated by the recorder, I can only see things like mouse move and etc but no text that was typed such as filling out a form.

 

When I made the statement above, I meant that I had loaded the recorded macro into the Scipt Editor and see only commands and no text... This process actually filled out a form on the web and submitted it completely and I could see it typing the text for me and even backspacing and correcting my typos, but when I look into the recorded macro I see no script... here is an example of all I see:

 

 

 

<MSD:0219><MMS2:865,287><MMS2:868,288><MSD:0030><MMS2:871,289>

<MSD:0062><MMS2:870,289><MMS2:869,288><MSD:0015><MMS2:868,286>

<MSD:0016><MMS2:866,285><MMS2:864,285><MSD:0014><MMS2:862,287>

<MSD:0015><MMS2:861,287>

 

 

This was copied and pasted from the script editor...

 

Course this is what it actually looks like in the script editor:

 

Delay 219 Milliseconds

Mouse Move Screen 865,287

Mouse Move Screen 868,288

Delay 30 Milliseconds

 

and on and on but no text at all in the entire thing...

 

 

What am i missing....

Link to comment
Share on other sites

If you look through the macro you will see Text Type commands. They have to be there. That is the only way Macro Express will send keystrokes to your application. It is probably difficult to spot them because of all the Delay and Mouse Move commands.

Link to comment
Share on other sites

Thanks Kevin,

You kept me staring at that code till I could finally see it..

 

I was staring at the code looking for something like this:

Delay 123 millisec

Text Type:Hello Dolly!

Delay 123 millisec

 

When in fact when you do a recording, it enters the text like this. one character at a time. So the text is a whole lot less noticable...

 

Delay 123 millisec

Text Type:H

Delay 123 millisec

Text Type:e

Delay 123 millisec

Text Type:l

Delay 123 millisec

Text Type:l

Delay 123 millisec

Text Type:o

Delay 123 millisec

Text Type:

Delay 123 millisec

Text Type:D

Delay 123 millisec

Text Type:o

Delay 123 millisec

Text Type:l

Delay 123 millisec

Text Type:l

Delay 123 millisec

Text Type:y

Delay 123 millisec

 

Thanks again, you finally got me straight.

 

So as soon as I used the Find command - Find "Text Type" all the text started showing up like a big dog.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...