AIOptions Object Members

Supported in UFT One versions 15.0 and later.

Public Properties

In the table below, a (<version number>+) indication next to a public property indicates that this property is available in the specified UFT One version and later.

Public Property AIServiceType (2022+)

Indicates where the AI service is installed.

Public Property Active

Indicates whether to enable AI-based testing capabilities in UFT One.

Public Property AutoScrollDirection (15.0.2+)

The direction in which to scroll.

Public Property AutoScrollMaxScrolls (15.0.2+)

The maximum number of pages or screens to scroll within a single AI object identification.

Public Property EnableAutoScroll (15.0.2+)

Indicates whether to use automatic scrolling when performing AI-based object identification.

Public Property EnableVerifyIdentification (2021+)

Indicates whether to verify AI object identification before performing the operation.

Public Property EnvsForVerifyIdentification (2021+)

Specifies the environment on which to verify AI object identification before performing the operation.

Public Property IdentificationCacheEnabled (2021+)

Indicates whether to enable the cache mechanism for AI-based object identification.

Public Property OCRConsiderUIControlBorders (23.4+)Indicates whether to take UI control borders into account when dividing up identified text.

Public Property OCRLanguages (15.0.2+)

Specifies the languages to use for AI-based text recognition. A comma-separated list of the ISO 639-1 language codes.

Public Property OCRProvider (15.0.2+)

Indicates whether to use the UFT One text recognition settings or the default AI OCR engine, and the languages defined in the OCRLanguages property.

Public Property OCRTrimNoise (23.4+)Indicates whether to remove noise characters from identified text.

Public Property RemoteAIServiceProxyAuthentication (2022+)

Indicates whether to use proxy authentication when connecting to a remote AI service.

Public Property RemoteAIServiceProxyPassword (2022+)

The proxy password to use when connecting to a remote AI service.

Public Property RemoteAIServiceProxyType (2022+)

The proxy type to use when connecting to a remote AI service.

Public Property RemoteAIServiceProxyUsername (2022+)

The proxy username to use when connecting to a remote AI service.

Public Property RemoteAIServiceProxyURL (2022+)

The address of the proxy server to use when connecting to a remote AI service.

Public Property RemoteAIServiceSkipSSLVerification (2022+)

Indicates whether the SSL certificate should be verified when connecting to a remote AI service.

Public Property RemoteAIServiceURL (2022+)

The address to use when connecting to a remote AI service.

See Also

AIOptions Object