WebElementWaitRemoval Method
Wait for the web element to be removed from the DOM.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim timeout As Integer

instance.WaitRemoval(timeout)

Parameters

timeout (Optional)
Type: SystemInt32

[Missing <param name="timeout"/> documentation for "M:Selenium.WebElement.WaitRemoval(System.Int32)"]

See Also