Zdenek Machek
Results
1
issues of
Zdenek Machek
By::linkText seems to me doesn't work with waitForElementUntilIsPresent Here is small example: ``` php $this->_driver->get("https://www.google.com/"); $this->_driver->findElement(By::id("gbqfq"))->setValue("phpunit"); $manualLink = $this->_driver->waitForElementUntilIsPresent(By::linkText("PHPUnit Manual")); $manualLink->click(); ``` I get SeleniumClient\Http\SeleniumUnknownErrorException : An unknown server-side error...