Codeception / WebDriver文件上传错误:"无效的命令方法"

时间:2014-11-15 00:43:29

标签: php webdriver phantomjs automated-tests codeception

我使用PhantomJS运行WebDriver,测试表单。有一个文件上传输入,如下所示:

<input id="file_upload" type="file" name="files[]" multiple />

我用来测试输入的代码是:

$I->attachFile('#file_upload', 'sample_upload.png');

然而,codeception返回:

Invalid Command Method - {"headers":{"Accept":"application/json"...

以及响应信息列表。这是一个常见的问题吗? 我正在使用jquery-fileupload作为输入,但我也在禁用此功能后尝试了测试。

0 个答案:

没有答案