electron-userland / spectron

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

Multiple windows are opening while running Spectron script. #609

Open sddddfdfdf opened 4 years ago

sddddfdfdf commented 4 years ago

Pls check below code:- this is happening for all most all the version 6.9.0,3.8.0 etc. it('Launching the application',function () { const opts = {

path: 'C:/Spectronexcecution/Postman/app-7.20.1/Postman.exe'

};

const app = new Application(opts); return app.start();

})

ThummalaJanardhanReddy commented 4 years ago

Why no one replying this particular type of question. I'm also facing same issue. What would be the cause and how to resolve it. How to start the application in a function?

Rajesh2015 commented 3 years ago

Even i faced the same issue and there is hardly any clue here