OpenText™ Functional Testing for Developers JavaScript SDK

AI.AIRunSettings. verifyIdentification

new verifyIdentification()

Verify identification settings to use in the current test run.

Methods

(static) isEnabled() → {Promise.<boolean>}

Retrieves a value that indicates if the verify identification feature is enabled or disabled.
Returns:
a promise that is fulfilled with a value that indicates if the verify identification feature is enabled or disabled.
Type
Promise.<boolean>

(static) setEnabled(enabledopt) → {Promise.<void>}

Enables or disabled verify identification feature.
Parameters:
Name Type Attributes Description
enabled boolean <optional>
Whether to enable or disable the feature.
Returns:
a promise that is fulfilled after the verify identification is enabled or disabled.
Type
Promise.<void>