Page 1 of 1

How fine control would eValid work on mouse activity

PostPosted: Fri Jun 10, 2016 10:21 am
by JFiedler
Hi there.

Would eValid give me fine-control of mouse activity "above" a web page element?

Thanks

Re: How fine control would eValid work on mouse activity

PostPosted: Mon Jun 13, 2016 9:07 am
by eValid
JFiedler wrote:Hi there.

Would eValid give me fine-control of mouse activity "above" a web page element?

Thanks



Thanks for asking J Fiedler.

Yes, you have the ability to play back based on use of several eValid commands.

First, here is an explanation of mouseover modes:

http://www.e-valid.com/Products/Documen ... eover.html

You can tell the browser that the mouse is down or up, over a sensitive area, or out of a sensitive area.

Your application has to have this for it to be of any use to you, of course.

Here is a manual page describing all of the per-DOM-element commands:

http://www.e-valid.com/Products/Documen ... ation.html

In brief, if you accept the current sourceIndex (due to a prior eValid command) you can do all of these commands:

ElementMouse[Down/Out/Over/Up]

And, if you look up the sourceIndex of the element, or set it to a particular value, you can do these actions:

IndexElementMouse[Down/Out/Over/Up]

-- eValid Support