Page 1 of 1

Need help with an event blocked an unclickable element

PostPosted: Mon Sep 10, 2018 10:42 am
by DonnaL
Hello.

Can eValid fire an event that is not clickable because it it is obscured by another element?

Any ideas or suggestions.

Thanks

Re: Need help with an event blocked an unclickable element

PostPosted: Thu Sep 13, 2018 1:12 pm
by eValid
DonnaL wrote:Hello.

Can eValid fire an event that is not clickable because it it is obscured by another element?

Any ideas or suggestions.

Thanks


Thanks for posting DonnaL.

Good question.

There are two separate types of mapping here.

One, the DOM structure, numbers all of the elements independent of whether or not they are visible (i.e. accessible by a user on the rendered screen that the user sees).

The other is what the user sees.

The eValid commands that let you fire an event don't care whether the DOM element is visible or not.

Here is the manual page:

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

So long as you know the element index, this command will send an event to it regardless of where it is on the visible screen.


-- eValid Support