 | BaseComponentWaitClick Method (String, Double) |
Find an element using a provided xPath, wait for it to be displayed and enabled then Click.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void WaitClick(
string xPath,
double timeout
)
Public Shared Sub WaitClick (
xPath As String,
timeout As Double
)
public:
static void WaitClick(
String^ xPath,
double timeout
)
Parameters
- xPath
- Type: SystemString
The xPath to find the element by. - timeout
- Type: SystemDouble
The amount of time to try and find a displayed and enabled element to click
before throwing a WebDriverTimeoutException.
See Also