InvokePattern

Supported in UFT Developer version 2023 and later

UIA Pro is supported as a technical preview.

UIAPro. InvokePattern

new InvokePattern()

The UIA Pro Invoke pattern.

Methods

invoke() → {Promise.<void>}

Sends a request to activate a control and initiate its single, unambiguous action.

Returns:

a promise that is fulfilled when the invoke operation ends.
Type
Promise.<void>