 | 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.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string GetDialogId(
IEnumerable<string> supportedIds
)
Public Shared Function GetDialogId (
supportedIds As IEnumerable(Of String)
) As String
public:
static String^ GetDialogId(
IEnumerable<String^>^ supportedIds
)
Parameters
- supportedIds
- Type: System.Collections.GenericIEnumerableString
A list of ids to wait for.
Return Value
Type:
StringThe 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