2017-09-16 51 views

回答

1

不知道如果我理解正確的問題,但試試這個:

const dropZoneInput = await page.$(inputID); 
dropZoneInput.uploadFile(absolutePathToFile); 
相關問題