TrevorSundberg / puppeteer-in-electron

Use puppeteer to test and control your electron application.
MIT License
342 stars 51 forks source link

UnhandledPromiseRejectionWarning: Error: Must be called at startup before the electron app is ready. #41

Open xingfukun opened 3 years ago

xingfukun commented 3 years ago

How to solve this problem?

CarmenLexa commented 3 years ago

"scripts": { "start": "electron index.js" }, add to package.json

CarmenLexa commented 3 years ago

npm star resolve the problem

zhouzhili commented 1 year ago

I also encountered the same problem, I am using electron-vite-vue scaffolding, how to solve it?

JuanBovier commented 6 months ago

image