Page 1 of 1

Minimize and restore the the evalid browser

PostPosted: Thu Apr 13, 2017 1:20 pm
by JMooney
Hello.

Can eValid automatically minimize and restore itself?

I like to incorporate this feature in my script?

Thanks

Re: Minimize and restore the the evalid browser

PostPosted: Fri Apr 14, 2017 3:14 pm
by eValid
JMooney wrote:Hello.

Can eValid automatically minimize and restore itself?

I like to incorporate this feature in my script?

Thanks


Thanks for posting your question JMooney.

Yes, there is a command to minimize, just this simple: "Minimize wid" where wid is the window ID.

If you leave it blank it means wid = 0 and that means the parent browser.

The corresponding command is:

Restore wid

So, you can minimize and restore the main window and any sub-windows (tabs) in your test as much as you want.

There is also a command to maximize the window (expand it to a full screen): "Maximize wid"

And you might want to also be aware of this command: "WindowClose wid" which will close the specified window.

Hope that answers your question, if you need more information, please contact me.

-- eValid Support