[–] billconan 6y ago ↗ Can I use this to automate file upload?Puppeteer doesn't support automatic file upload (or drag and drop).I currently hack the c++ version chrome browser and trigger file uploading with c++. Can this be done with this Electron version?
[–] TrevorSundberg 6y ago ↗ This version isn't any different than the normal puppeteer you use with Chromium. However, doing a quick search I found these two methods which you may be able to use to automate uploads: https://github.com/puppeteer/puppeteer/blob/master/docs/api.... https://github.com/puppeteer/puppeteer/blob/master/docs/api....
2 comments
[ 3.5 ms ] story [ 11.4 ms ] threadPuppeteer doesn't support automatic file upload (or drag and drop).
I currently hack the c++ version chrome browser and trigger file uploading with c++. Can this be done with this Electron version?