Please make sure the element is visible.
In Facebook\WebDriver the 'see' command actually checks visibility.
You may want to scroll to the element first.
$I->scrollTo($yourElementSelector);
Upside to the PhpBrowser is that it is quick.
On the other hand the Facebook webdriver support JavaScript.