 | DialogClickButton Method (String, Double) |
Click a dialog button.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void ClickButton(
string caption,
double timeout
)
Public Shared Sub ClickButton (
caption As String,
timeout As Double
)
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