Click or drag to resize
BaseComponentExistsNow Method
Check if a displayed element exists immediately using the provided xPath selector.

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

Parameters

xPath
Type: SystemString
The xPath selector to find an element with.

Return Value

Type: Boolean
True if a valid element is found immediately, false otherwise.
See Also