Version

Record(RecordAction,Boolean) Method

Sends the Recorded action to QTP (Handles Queueing)
Syntax
'Declaration
 
Protected Overloads Overridable Sub Record( _
   ByVal recAction As RecordProxyBase.RecordAction, _
   ByVal bCheckIsMouseOver As System.Boolean _
) 
protected virtual void Record( 
   RecordProxyBase.RecordAction recAction,
   System.bool bCheckIsMouseOver
)
protected: virtual void Record( 
   RecordProxyBase.RecordAction* recAction,
   System.bool bCheckIsMouseOver
) 

Parameters

recAction
The recorded action to be sent to QTP
bCheckIsMouseOver
Optional boolean value to indicate if the 'is mouse over the element' check is needed or not
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also