I've tracked down the issue to this line in the WebDriver module: ``` $el->setFileDetector(new \LocalFileDetector); ``` If I remove this line, attachFile works in PhantomJS. Is this something that only works in Selenium?