Page 1 of 1

Perform an event during an eValid playback test

PostPosted: Mon Jul 17, 2017 11:04 am
by BHerron
Hiya.

Can eValid let me fire an event during a playback test?

Thanks

Re: Perform an event during an eValid playback test

PostPosted: Tue Jul 18, 2017 11:06 am
by eValid
BHerron wrote:Hiya.

Can eValid let me fire an event during a playback test?

Thanks


Thanks for posting BHerron.

Yes, eValid has complete control of the browser because when it is playing back is it interacting with the DOM (Document Object Model).

The key is that eValid has the command: IndexElementEvent which will trigger an event (fire an event) in a specified element.

Here is an example script that uses this command:

http://www.evalid.us/Products/Documenta ... sions.html

While the example manipulates something that is visible on the page, the same can be done for ANY element in the web page that can accept an event.


-- eValid Support