 | BaseComponentWaitDoubleClick Method (String) |
Find an element using a provided xPath, wait for it to be displayed and enabled then DoubleClick. ///
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void WaitDoubleClick(
string xPath
)
Public Shared Sub WaitDoubleClick (
xPath As String
)
public:
static void WaitDoubleClick(
String^ xPath
)
Parameters
- xPath
- Type: SystemString
The xPath to find the element by.
See Also