Page 1 of 1

Questions about the mouse postions during eValid playbacks

PostPosted: Mon Jun 29, 2020 9:49 am
by KBolder
Greetings.

How can I find out the mouse position from an eValid playback?

Do I need to be concerned with the mouse position during playback?

Thanks

Re: Questions about the mouse postions during eValid playbac

PostPosted: Tue Jun 30, 2020 11:37 am
by eValid
KBolder wrote:Greetings.

How can I find out the mouse position from an eValid playback?

Do I need to be concerned with the mouse position during playback?

Thanks


A very interesting question KBolder.

With respect, it appears to be contradictory question.

If you are in an automated test playback knowing the mouse position isn't relevant with eValid because either eValid puts the mouse where it needs to be, or the playback doesn't care
where the mouse is positioned.

Mouse location in eValid tests is only meaningful in Application Mode, which uses desktop details rather than browser face (that is, DOM) details.

See:

http://e-valid.com/Products/Documentati ... .mode.html

In playback scripting you may want to be aware of these commands:

http://e-valid.com/Products/Documentati ... ation.html


-- eValid Support