What can AU3Record do for you:
- It will record Mouseclicks and Keyboardstrokes for you and translate those into AutoIt3 commands.
There is a AU3Record included which will store the recorded information into the currently edit file.
After installing ,goto start->programs->autoitv3->Scite Script Editor.
A window opens->go to tools and select AU3Recorder.
Optionally Select the program you want to run before starting to recording and click on REC.
Now do all pointing, clicking and typing and when finished click on
Something like this will be inserted into you active script:
Save the file by clicking save as-> new.au3 . and then double click on saved file to execute the recorded action.
Solution to possible problem: When you click new file,it doesn't show au3recorder under tools until you save the file as autoITscript
I cannot view this popupwindow when i hit alt+f6 or by selecting Au3recorder. Nothing happens when i click the Recorder button. Do we have to install this recorder manually. All i can see is the following
ReplyDelete>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /AU3Record
>Exit code: 0 Time: 0.144
Hi Veena,
ReplyDeleteBefore use Au3recorder you need create and save a .au3 file. When you do that you can start recorder.
Best regards.