Stryk9 Posted October 19, 2019 Share Posted October 19, 2019 Hello, I am a novice programmer, I know the basics of C#, Scratch, App inventor 2 and some Lua. I recently discovered AutoIt and I would like to learn more of AutoIt. How ever I do not know what to code so could a more skilled programmer to give me small challenges? Link to comment Share on other sites More sharing options...
Exit Posted October 19, 2019 Share Posted October 19, 2019 so here is your first challenge: click here Stryk9 1 App: Au3toCmd UDF: _SingleScript() Link to comment Share on other sites More sharing options...
Stryk9 Posted October 19, 2019 Author Share Posted October 19, 2019 WinActivate ("Google - Google Chrome") MouseMove (50, 453, 100) MouseMove (793,441, 100) MouseClick ("Left") send ("How to learn AutoIt?") MouseMove (867, 590, 100) MouseClick ("Left") Here is how I did this. I have to say your challenge was first bit intimidating! Link to comment Share on other sites More sharing options...
junkew Posted October 19, 2019 Share Posted October 19, 2019 As you say you know the basics its best to Install full Scite with AutoIt Check the excellent windows help file for AutoIt. Every command has decent code snippets to easy learn Online help https://www.autoitscript.com/autoit3/docs/ Function reference https://www.autoitscript.com/autoit3/docs/functions.htm just scan the list to see whats interesting for you Would suggest to read at least some of the powerfull specific functions Send Win* Mouse* FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
Sidley Posted October 21, 2019 Share Posted October 21, 2019 Rosetta code Go nuts 😁 Link to comment Share on other sites More sharing options...
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