Search found 6 matches

by robinsiebler
Wed May 12, 2010 12:28 am
Forum: Automation Tools
Topic: Capture and Compare with Recorder
Replies: 1
Views: 2549

Capture and Compare with Recorder

I want to capture an image of a portion of the screen during the Record phase and compare it to the screen during the Playback phase. How do I do this? Why do I want to do this? I want to test the Undo/Redo functionality of the AUT. I want to verify that if I move an object to several locations, und...
by robinsiebler
Tue May 11, 2010 1:20 am
Forum: Automation Tools
Topic: True/False not highlighted as keyword
Replies: 1
Views: 2048

True/False not highlighted as keyword

When you type True or False into a Python project, the word should be highlighted because it is a keyword/predefined value.
by robinsiebler
Fri May 07, 2010 9:16 pm
Forum: Automation API
Topic: Checking for the existance of a dialog
Replies: 6
Views: 4355

Re: Checking for the existance of a dialog

I'm sorry, I'm new to all of this. Could you give me a Python version of the function and an example of how to use it?
by robinsiebler
Fri May 07, 2010 8:06 pm
Forum: Automation API
Topic: Checking for the existance of a dialog
Replies: 6
Views: 4355

Checking for the existance of a dialog

I have a dialog that may or may not appear based on the state of a project. How would I check for the existence of this dialog so that it can be handled?
by robinsiebler
Wed May 05, 2010 9:20 pm
Forum: Automation Tools
Topic: How do I fix this error
Replies: 1
Views: 5130

How do I fix this error

Every time I run my test, I get the below error. I turned off folder caching, but I still get the error. How do I get it to always use the absolute path? Item 'ContextMenuAVE.ContextMenuOpen.MenuItemProject____CtrlPlusO' could be found using its absolute path, but not by using the repository structu...
by robinsiebler
Tue May 04, 2010 8:07 pm
Forum: Automation Tools
Topic: Convert to User Code?
Replies: 1
Views: 2640

Convert to User Code?

I am running through the tutorial and according to it, when I right click on an item in the Recorder, I should see an option 'Convert to User Code'. However, I don't. How do I do this? Is the tutorial outdated?