Click or drag to resize
DialogGetDialogId Method
Wait for a dialog to appear that has a unique is in the provided list of ids and return the matching id.

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 string GetDialogId(
	IEnumerable<string> supportedIds
)

Parameters

supportedIds
Type: System.Collections.GenericIEnumerableString
A list of ids to wait for.

Return Value

Type: String
The first found matching id for a dialog that is visible with that id. If no id is found, a WebDriverTimeoutException is eventually thrown.
See Also