Click or drag to resize
DialogClickButton Method (String, Double)
Click a dialog button.

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,
	double timeout
)

Parameters

caption
Type: SystemString
The caption of the dialog button.
timeout
Type: SystemDouble
The amount of time to try and find a valid button to click before a WebDriverTimeoutException is thrown.
See Also