Page 1 of 1

Recording mouseover events

PostPosted: Tue Oct 11, 2016 3:37 pm
by DavidHH
Afternoon.

Can you tell me more about doing recording of mouseover events?

Thanks in advance.

Re: Recording mouseover events

PostPosted: Wed Oct 12, 2016 7:55 am
by eValid
DavidHH wrote:Afternoon.

Can you tell me more about doing recording of mouseover events?

Thanks in advance.


No problem.

Happy to help DavidHH!

You can actually record some mouseover events and you can also create scripts manually that will do things that you can't actually record doing.

Here is a quick summary of the options you have when recording:

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

Note that all of these options are switched ON and OFF using the Alt-F11 and Ctrl-F11 function keys.

When it comes to creating a sequence of actions, here is the list of commands that are available provided that you know the DOM index of the appropriate part of your page:

ElementMouseDown
ElementMouseOut
ElementMouseOver
ElementMouseUp

In addition:

ElementClick
ElementblClick
ElementFocus
ElementBlur


And you have a set of client (cl) commands that manipulate actions over a window that is in focus:

clLClick
clLDrag
clLMouseover
CLRlick

Have fun!

-- eValid Support