chriswafer Posted October 4, 2014 Posted October 4, 2014 hello, I search a tools in order to record my actions and generate an autoit script. I want that the record don't contain points position but identifier of object. For example, click on object with ObjectIdentifier equal to ... A recorder exists? Thanks for your answer...
JohnOne Posted October 4, 2014 Posted October 4, 2014 Not all "objects" can natively be identified by AutoIt3. Such a recorder does not exist. You would need to write a whole lot of complex code including UIAutomation UDF which can be found in example scripts forum, to even come close. It is not a trivial task. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
StandardUser Posted October 4, 2014 Posted October 4, 2014 On Russian AutoIt forum I found a simple example of UIAutomation plus MS UIAutomation inspect tool, which can identify most "objects". UIAutomate.zip
junkew Posted October 4, 2014 Posted October 4, 2014 @StandardUser: See '?do=embed' frameborder='0' data-embedContent>> I see what you gave above is based on old version of CUIAutomation. Let me know on direct example section what you feel is more difficult then UIAutomate.ZIP SimpleSpy directly gives some basic source to start with FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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