Closed mvoelker closed 5 years ago
Would need to backport be87042314cc654f7ff3e26c20a998cadb23daac
Fixed in 7e179d5535a23da214df091805c029ff92bcc26d
I applied this patch / backported code change and it solves my problem. Thank you - @robocoder - very much for this quick response and fix.
I do have massive problems with the current version of ChromeDriver in a Behat project. All
Behat\Mink\WebAssert->pageTextContains('xyz')
calls fail with anElement not found with xpath, //html in vendor\instaclick\php-webdriver\lib\WebDriver\Exception.php:155
error.Not sure if the problem source is Behat / Mink / Selenium2 / Selenium2-Driver / php-webdriver / ChromeDriver or Chrome itself. I hoped that the new version 1.4.6 of php-webdriver will fix the problem ... but it did not.
(Relevant) Callstack:
Versions from composer.json:
Runtime versions:
Issue https://github.com/instaclick/php-webdriver/issues/92 sounds similar.
Any help is highly appreciated.