I'm using spectron on webdriverIO and try to avoid client.pause()
method to wait and used client.waitForExist
, waitForWindowLoading
, waitUnitlText
but the application closes very quick and I don't want to pass the implicit wait
can someone guide me towards the right direction to achieve it?
Many thanks in advance