HP.LFT.SDK.AI Namespace
Provides the SDK for AI-based testing.
Class | Description | |
---|---|---|
AIAutoScrollSettings | The auto scrolling feature settings, which control the automatic scrolling. Use AIRunSettings to update them during the run session. | |
AIObjectDescription | The description of a AIObject test object. | |
AIOCRLanguages | The list of languages to recognize when using AI OCR. Can be used to set the languages during a run session using the AIOCRSettings. | |
AIOCRSettings | The AI OCR settings. Use AIRunSettings to update them during the run session. | |
AIRunSettings | Enables modifying the AIOCRSettings and the AIAutoScrollSettings for the current run session. | |
AITypes | The types of controls that can be recognized using AI. | |
AIUtil | Registers or unregisters images as AI custom classes. | |
InvalidClassNameException | The exception returned when an incorrect class name is used for an AI Custom Class. | |
InvalidPathException | The exception returned when an incorrect path is provided for registering an AI Custom Class. | |
Position | This ILocator helps distinguish an IAIObject that may appear multiple times in the application by its position. | |
Relation | This ILocator helps distinguish an IAIObject that may appear multiple times in the application by its relation with respect to other objects in the view. |
Interface | Description | |
---|---|---|
IAIObject | An object identified using Artificial intelligence. | |
ILocator | Describes the unique location of an object that may appear multiple times in the application. |
Interface | Description | |
---|---|---|
Direction | The values for the Position constructor, used to describe an IAIObject by its position. | |
OCRType | The type of OCR settings to use for AI-based steps. | |
RelationType | Relation types that can be used to identify an AiObject. | |
The scrolling directions supported by the AI automatic scrolling feature. | ||
Possible values for the setState method of toggleable AI classes. The toggleable AI classes are: Check Box, Toggle Button and Radio Button. |
See also: