 | 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.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void ElementValueIsNotNullOrEmpty(
string xPath,
double secondsToWait = -1
)
Public Shared Sub ElementValueIsNotNullOrEmpty (
xPath As String,
Optional secondsToWait As Double = -1
)
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