SeleniumClient\WebDriver::waitForElementUntilIsNotPresent
Stops the process until an element is not found
Signature
public function waitForElementUntilIsNotPresent(By
$locator,
[integer
$timeOutSeconds = 5] )
Parameters
-
$locator
-
$timeOutSeconds
Returns
- boolean
- true when element is gone, false if element is still there