Click or drag to resize
BaseComponentWaitDoubleClick Method (String, Double)
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,
	double timeout
)

Parameters

xPath
Type: SystemString
The xPath to find the element by.
timeout
Type: SystemDouble
The amount of time to try and find a displayed and enabled element to DoubleClick before throwing a WebDriverTimeoutException.
See Also