coolooc Posted September 12, 2012 Posted September 12, 2012 Hi, I am a new user in the GUI automation tests. 1.Is there is any tutorial for installing the tool? I need the whole package. 2.I tried to Install the AutoIt tool in windows 7 62bit by using the default option (X86). Is it OK? 3.After installing it, i opened the sciTE script editor, and checked under "tools" in the menu if there is "Record" and didn't find it there. I tried also to save the file first, and still didn't find it. How can i record the scenario i want to? Thanks
FireFox Posted September 12, 2012 Posted September 12, 2012 (edited) i opened the sciTE script editor, and checked under "tools" in the menu if there is "Record" and didn't find it there.Hi,http://www.autoitscript.com/site/autoit-script-editor/downloads/ ?Edit: btw, it's 64bits, not 62 Br, FireFox. Edited September 12, 2012 by FireFox
coolooc Posted September 12, 2012 Author Posted September 12, 2012 Ok, now how can i find the record option?
FireFox Posted September 12, 2012 Posted September 12, 2012 Ok, now how can i find the record option?Install the SciTE4AutoIt3 from the link, and then you should see the AU3Recorder in the Tools menu as you said / Alt+F6 hotkey.Br, FireFox.
coolooc Posted September 12, 2012 Author Posted September 12, 2012 I Installed the SciTE4AutoIt3 and indeed there AU3Recorder in the Tools, but after pressing it I get an error message: "The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fox this problem.I uninstalled it and reinstalled it and it didn't help.
Marlo Posted September 12, 2012 Posted September 12, 2012 Maybe this could help with the missing DLLhttp://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/trying-to-open-computer-management-the-program/5c9d301a-2191-4edb-916e-5e4958558090 Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
FireFox Posted September 12, 2012 Posted September 12, 2012 I Installed the SciTE4AutoIt3 and indeed there AU3Recorder in the Tools, but after pressing it I get an error message: "The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fox this problem.I uninstalled it and reinstalled it and it didn't help.Then it's not a problem comming from the setup, just google on the missing dll, download it or find the package needed for that dll.Br, Firefox.
coolooc Posted September 12, 2012 Author Posted September 12, 2012 Thanks!!! it works!Now, another question. C:UsersanonymousDesktopaaa.au3(16,16) : ERROR: AU3RecordSetup(): undefined function.what can be the reason for that?
Moderators JLogan3o13 Posted September 12, 2012 Moderators Posted September 12, 2012 Post the code, without it we're shooting in the dark for an answer. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
coolooc Posted September 12, 2012 Author Posted September 12, 2012 #region ---Au3Recorder generated code Start (v3.3.7.0) --- #region --- Internal functions Au3Recorder Start --- Func _Au3RecordSetup() Opt('WinWaitDelay',100) Opt('WinDetectHiddenText',1) Opt('MouseCoordMode',0) EndFunc Func _WinWaitActivate($title,$text,$timeout=0) WinWait($title,$text,$timeout) If Not WinActive($title,$text) Then WinActivate($title,$text) WinWaitActive($title,$text,$timeout) EndFunc AU3RecordSetup() #endregion --- Internal functions Au3Recorder End --- _WinWaitActivate("C:UsersshanyDesktopaaa.au3 * SciTE","") Send("{LWINDOWN}{LWINUP}") _WinWaitActivate("Start menu","") Send("notepad{ENTER}") #endregion --- Au3Recorder generated code End ---
BrewManNH Posted September 12, 2012 Posted September 12, 2012 (edited) There's a bug in the latest Au3Record where it drops the leading underscore from the function call to _AU3RecordSetup, you just have to add it back in manually. EDIT: BTW, all of the issues that you're asking about here have been asked and answered at least a dozen times, use the forum search the next time before posting, you'll probably find you won't need to ask the question because it's been answered already. Edited September 12, 2012 by BrewManNH If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now