electron-userland / spectron

DEPRECATED: 🔎 Test Electron apps using ChromeDriver
http://electronjs.org/spectron
MIT License
1.68k stars 229 forks source link

Electron net requests stuck when running with spectron #153

Open maczikasz opened 7 years ago

maczikasz commented 7 years ago

I have an app that uses the electron net api

When i run the app with the electron executable the net request work as it shoud

If i run the same app with spectron by giving ot the electron executable and the oath to the js filr as arg, the app is stuck on the requedt call of the net api

Waynext commented 3 years ago

I meet the same problem. Does anyone know how to solve it?