Page 1 of 1

Can eValid close all my windows and tabs after my testing

PostPosted: Thu Mar 30, 2023 11:54 am
by LarryM
Greetings.

I need to make sure all windows/tabs opened during my tests are closed after?

How does eValid do this?

Thanks

Re: Can eValid close all my windows and tabs after my testin

PostPosted: Fri Mar 31, 2023 7:39 am
by eValid
LarryM wrote:Greetings.

I need to make sure all windows/tabs opened during my tests are closed after?

How does eValid do this?

Thanks


Thanks for asking LarryM.

You have two options:

(1) The command: WindowClose wid, will close the specific window (remember wid=0 is the parent window).

(2) Or, if you need to this for all windows then you can use the simple command: SubWindowCloseAll, which closes them ALL, including the parent (wid = 0) window.

We hope this gives you some options on how to apply this to your particular tests.


-- eValid Support