Click or drag to resize
DialogClickButton Method (String, String)
Click a button that has a new dialog appear. Continuely click the button until the new dialog appears.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void ClickButton(
	string caption,
	string dialogId
)

Parameters

caption
Type: SystemString
The caption of the dialog button
dialogId
Type: SystemString
The new dialog's unique id identifer. i.e. - 'RevenueBatchConstituentInbatchEditForm' If null is provided, then the method waits for a message box dialog that contains no unique id.
See Also