Seeing a weird issue when running ChromeDriver 75, Behat 3.5.0, MinkExtension 2.3.1 on Windows with Selenium Every call to `MinkContext::fillField` fails because `Behat\Mink\Element::findAll` returns null, and I get an `ElementNotFoundException`. The referenced field is valid, and works in my CI tests (running older versions of dependencies and via SauceLabs) I took a look at the generated xPath, and it looked really over-complicated(but might still have been valid). I don't see anything in the selenium console logs to indicate a failed "find", but I'm not sure it would show there anyway. Any pointers where to dig deeper?
Seeing a weird issue when running ChromeDriver 75, Behat 3.5.0, MinkExtension 2.3.1 on Windows with Selenium
Every call to
MinkContext::fillFieldfails becauseBehat\Mink\Element::findAllreturns null, and I get anElementNotFoundException.The referenced field is valid, and works in my CI tests (running older versions of dependencies and via SauceLabs)
I took a look at the generated xPath, and it looked really over-complicated(but might still have been valid).
I don't see anything in the selenium console logs to indicate a failed "find", but I'm not sure it would show there anyway.
Any pointers where to dig deeper?