Version

OpenLink Method (MsgBoxControlRecordReplayServer)

Click open a link in the message box.
Syntax
'Declaration
 
Public Sub OpenLink( _
   ByVal oTextArea As System.Object, _
   Optional ByVal oLinkText As System.Object, _
   Optional ByVal oLinkHRef As System.Object _
) 
public void OpenLink( 
   System.object oTextArea,
   System.object oLinkText,
   System.object oLinkHRef
)

Parameters

oTextArea
Enumeration value representing the area that contains the link to be clicked, Header(micHeader), Content(micContent) or footer(micFooter). If the link text is not supplied it will click the first visible link.
oLinkText
Optional string parameter denoting the text of the specific link to be clicked.
oLinkHRef
Optional string parameter denoting the HREF of the anchor tag of the specific link to be clicked.
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