Page 1 of 1

Is eValid able to execute a blur event in playback mode

PostPosted: Thu Aug 24, 2017 10:24 am
by NancyW
Morning.

Is there any way to execute a "blur" event in an eValid playback?

Thanks

Re: Is eValid able to execute a blur event in playback mode

PostPosted: Fri Aug 25, 2017 3:23 pm
by eValid
NancyW wrote:Morning.

Is there any way to execute a "blur" event in an eValid playback?

Thanks


Thanks for posting NacyW.

This is a simple question but requires a complex answer.

There is a way to run a JavaScript passage in eValid, using the CallJavaScript command.

That command requires that you use the specific name of the JavaScript method that you know is in the page.

Once you know that you can "fire" that event with this command.

There is also a way to put your own values into any DOM on the page, using the ValuePutElement command, described here:

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

To do this you have to know the specific DOM index (which you can find with an IndexFindElement command) and the specific text value you want to put in.

For "blur" this has to be a a valid property value for that particular page.

Let us know if this is enough information.


-- eValid Support