Click or drag to resize
BaseComponentElementValueIsNotNullOrEmpty Method
Wait until a displayed element found with the provided xPath does not have a null or empty value If no matching element is found, a WebDriverTimeoutException is thrown.

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 ElementValueIsNotNullOrEmpty(
	string xPath,
	double secondsToWait = -1
)

Parameters

xPath
Type: SystemString
The xPath to use for finding an element.
secondsToWait (Optional)
Type: SystemDouble
Timeout allowed in seconds.
See Also