Page 1 of 1

Can eValid bring a webpage window into focus

PostPosted: Mon Mar 18, 2019 8:49 am
by MaWitney
Good morning all.

Does eValid have a way to bring a web page window into focus?

I want to make doubly sure that when I plant a click on that page the page really is in focus (because otherwise the click seems to be discarded).

Thanks.

Re: Can eValid bring a webpage window into focus

PostPosted: Tue Mar 19, 2019 8:43 am
by eValid
MaWitney wrote:Good morning all.

Does eValid have a way to bring a web page window into focus?

I want to make doubly sure that when I plant a click on that page the page really is in focus (because otherwise the click seems to be discarded).

Thanks.


Simple enough MaWitney.

The command is: Focus WID where WID is the window number relative to the start of the evalid session.

If there is only one window then WID is zero.

In any one session as eValid opens sub-windows (the same as additional tabs), it numbers them in the order in which they are opened as 1, 2, 3.

Window 0 (zero) is the parent window.

Hope this helps.


-- eValid Support