我有这个输入:
<input id="expertises" name="expertises" type="file" data-role="upload" multiple="multiple" autocomplete="off">
我也需要上传文件,我没有表格(这是一个拖累和放弃)。我试着这样说:
casper.wait(1000).thenOpen(url+'/Affaidde/1267421/qsd', function() {
this.page.uploadFile('input[id=expertises]', 'path');
this.wait(5000, function() {
this.echo("I've waited for a second.");
});
});
但没有任何事情发生(没有错误)。 有什么问题?
感谢&#39; S