Page 1 of 1

Can eValid make sure my click goes to the right place

PostPosted: Mon Dec 19, 2022 10:00 am
by AliceM
Hello.

Can you tell me ow does eValid make sure that an "element click" goes to the right place?

Thanks

Re: Can eValid make sure my click goes to the right place

PostPosted: Tue Dec 20, 2022 10:33 am
by eValid
AliceM wrote:Hello.

Can you tell me ow does eValid make sure that an "element click" goes to the right place?

Thanks


Thanks for asking AliceM.

eValid test script command often has a "wid" value required.

When the test starts that is wid=0.

If the test starts a new window, it is wid=1, wid=2, etc. for each new window created.

But if you REALLY can't get this to work, or if your web page JavaScript goofs something up, then you can use the special eVclic.exe utility, described here:

http://e-valid.com/Products/Documentati ... k.exe.html

To make sure you deliver the click to the right window you may have to use this command: Focus wid

Now the specified window is "in focus" and that's where the click will be sent.


-- eValid Support