MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Text in element.
Given I use Goutte driver
When I call "
I should see "Someone" in the ".navbar-top .nav li:nth-child(2) a" element
"
I get success result
But
Given I use Selenium2 driver
When I call "
I should see "Someone" in the ".navbar-top .nav li:nth-child(2) a" element
"
I get fail with "
Element matching css ".navbar-top .nav li:nth-child(2) a" not found.
"
Why ?
Try dumping page source (only relevant part please) from both drivers here. I guess something about inspected page differs.