 | BaseComponentExistsNow Method |
Check if a displayed element exists immediately using the provided xPath selector.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool ExistsNow(
string xPath
)
Public Shared Function ExistsNow (
xPath As String
) As Boolean
public:
static bool ExistsNow(
String^ xPath
)
Parameters
- xPath
- Type: SystemString
The xPath selector to find an element with.
Return Value
Type:
BooleanTrue if a valid element is found immediately, false otherwise.
See Also