2017-09-16 132 views

回答

1

不知道如果我理解正确的问题,但试试这个:

const dropZoneInput = await page.$(inputID); 
dropZoneInput.uploadFile(absolutePathToFile); 
相关问题