RemoveAction Method

Supported in UFT One version 23.4 and later.

Description

Removes a call to a specified action from the current action.

Syntax

Visual Basic
Public Function RemoveAction( _
   ByVal ActionName As String, _
)

Parameters

ActionName

The name of the action called from the current action.

Remarks

This method is valid only for GUI tests.

Example

See Also

Action Object