despo84 Posted February 19, 2013 Share Posted February 19, 2013 Hi, I have started to automate some GUI tests with AutoIt. For this I need some tool to record/capture the screen only when there is some change (I just don't wont to have gigabytes of logs after over night test:)) Also need this logs to send to Dev team in case there was some issue. I have already tried: HyperCam.au3, ScreenCapture.au3 However they can't do what I really want. I was wondering if there is even such tool (free of course)? Link to comment Share on other sites More sharing options...
HeavenlyDemon Posted February 19, 2013 Share Posted February 19, 2013 (edited) Welcome to the forum despo84 have you tryed PixelChecksum() it can check if there is any change in a specific region read the help file Edited February 19, 2013 by HeavenlyDemon Link to comment Share on other sites More sharing options...
Bert Posted February 19, 2013 Share Posted February 19, 2013 (edited) Understand you are wandering toward the land known as "Keylogger" and if you enter that land this thread will be visited by one of our happy go lucky moderators. Usually the moderator will point you to the parchment that exclaims the laws of AutoIt land then wave their mouse and the thread is no longer able to receive knowledge. In some cases the moderator may see fit to banish the visitor to AutoIt land, but usually it never comes to that. In cases where the moderator has to use his skill to smite someone, the offender usually gets put into the public stockade for a while like this person who ran afoul of AutoIt land.I see that you are new so welcome to the forum. Edited February 19, 2013 by YogiBear Noviceatthis 1 The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
JohnQSmith Posted February 19, 2013 Share Posted February 19, 2013 Check out PixelChecksum() as suggested by HeavenlyDemon. I implemented the same kind of thing at work to allow remote monitoring of a phone system. Take an initial checksum and then again at set intervals using a loop and the Sleep() command to see if the screen changes. Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes". 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