Click or drag to resize
BaseComponentWaitClick Method (String)
Find an element using a provided xPath and click it once it is displayed and enabled.

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 WaitClick(
	string xPath
)

Parameters

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