How can I add an implicit wait in PHP-PHPUnit?
Hello Macy,
To add an implicit wait in PHP-PHPUnit, pass the following code:
function setUpPage() {
$this->timeouts()->implicitWait(25000);
}
How can I add an implicit wait in PHP-PHPUnit?
Hello Macy,
To add an implicit wait in PHP-PHPUnit, pass the following code:
function setUpPage() {
$this->timeouts()->implicitWait(25000);
}