You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have massive problems with the current version of ChromeDriver in a Behat project.
All Behat\Mink\WebAssert->pageTextContains('xyz') calls fail with an Element 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:
And I wait to see "__content_loaded__and__init_done__" # FeatureContext::iWaitForTheTextToAppear()
WebDriver\Exception\NoSuchElement: Element not found with xpath, //html
in vendor\instaclick\php-webdriver\lib\WebDriver\Exception.php:155
Stack trace:
#0 vendor\instaclick\php-webdriver\lib\WebDriver\Container.php(89): WebDriver\Exception::factory(7, 'Element not fou...')
#1 vendor\behat\mink-selenium2-driver\src\Selenium2Driver.php(974): WebDriver\Container->element('xpath', '//html')
#2 vendor\behat\mink-selenium2-driver\src\Selenium2Driver.php(511): Behat\Mink\Driver\Selenium2Driver->findElement('//html')
#3 vendor\behat\mink\src\Element\Element.php(176): Behat\Mink\Driver\Selenium2Driver->getText('//html')
#4 vendor\behat\mink\src\WebAssert.php(257): Behat\Mink\Element\Element->getText()
#5 vendor\behat\mink-extension\src\Behat\MinkExtension\Context\MinkContext.php(292): Behat\Mink\WebAssert->pageTextContains('__content_loade...')
#6 features\bootstrap\FeatureContext.php(367): Behat\MinkExtension\Context\MinkContext->assertPageContainsText('__content_loade...')
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 #92 sounds similar.
Any help is highly appreciated.
The text was updated successfully, but these errors were encountered: