I am developing a front-end for an application that when it opens up displays a splash screen.
I have done the process.start to run the app, but I need to find out when the splash screen has appeared so I can either send a return, to force splash screen to close, or to wait until the splash screen closes, it gradually disappears over about 5 seconds.
Is there a way to find out when the splash screen is opened?
I have tried building in a wait command but, depending on what other applications are open at the same time, I sometimes send the return too early.
regards,
Matt
I have done the process.start to run the app, but I need to find out when the splash screen has appeared so I can either send a return, to force splash screen to close, or to wait until the splash screen closes, it gradually disappears over about 5 seconds.
Is there a way to find out when the splash screen is opened?
I have tried building in a wait command but, depending on what other applications are open at the same time, I sometimes send the return too early.
regards,
Matt