Click or drag to resize
BaseComponentWaitDoubleClick Method (String)
Find an element using a provided xPath, wait for it to be displayed and enabled then DoubleClick. ///

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void WaitDoubleClick(
	string xPath
)

Parameters

xPath
Type: SystemString
The xPath to find the element by.
See Also