ITestee Interface
The ITestee type exposes the following members.
Methods
Name
Description
Adds a global image processing filter. All filters will be applied to the current screen of the subject under test before further processing (image recognition, ocr) takes place.
Removes all globally registered image processing filters.
Executes an image search (single result) on the subject under test
Executes an image search (multiple results) on the subject under test
Executes a text search (single result) on the subject under test
Executes a text search (multiple results) on the subject under test
Returns the screen of the currently active SUT
Returns the clipboard content of the subject under tests.
Returns the clipboard content of the subject under tests.
Reads the screen of the subject under test
Forces the internal data structure to be updated with a new screenshot from the subject under test
Registers a callback for graphical updates from the SUT
Saves an image with the specified name and additional information which might be setup via the global properties
Sets the clipboard content of the subject under test
Takes a screenshot and saves it with the specified name and additional information which might be setup via the global properties
Unregisters a callback for graphical updates from the SUT.
Properties
Name
Description
Provides access to functionality to interact via the keyboard with the subject under test
Provides access to functionality to interact via the mouse with the subject under test
Last updated