ContributionsMost RecentMost LikesSolutionsClick on picture instead of object I have seen automated testing applications that find a certain "picture" on the screen and click on it, rather than finding an object and clicking on it. The picture may just be of one letter on a button. Does TestComplete support this? Some object recognition issues are hard to resolve. Re: Using OnLogCheckpoint event handler to log failures as warnings instead of errorsThanks Javier, I was aware of this. But I specifically want to not stop on Checkpoint failures and stop on all other tests. I don't see an option for this.Re: Using OnLogCheckpoint event handler to log failures as warnings instead of errorsI don't have a code snippet because I am using a keyword test to handle the event. Basically it says, If Last Operation Result = False (I am trying to say if the checkpoint failed) ->Log Warning (I want it to log a warning instead of an error). Else ->Log message "checkpoint passed."Using OnLogCheckpoint event handler to log failures as warnings instead of errorsHi, I have tried to use the OnLogCheckpoint event handler to make my checkpoints post warnings instead of errors (I don't want them to make my tests stop running like the other failures). I cannot figure out how to make this work. I am using Keyword testing, but any advice on how to make this work would be appreciated.Re: Set checkpoint errors to not stop tests but other errors to stop themHow do I do option 1 with the OnLogCheckpoint event handler? I can't figure it outSet checkpoint errors to not stop tests but other errors to stop themHi, I am using Keyword testing. I would like for my checkpoint errors to allow the tests in my project to continue running, and would like my other errors to cause them to stop running. I want to be able to do this without having to edit many individual tests. How can this be done?