Confirming that input fields have been modified

General discussion about eValid, its characteristis and applications.

Confirming that input fields have been modified

Postby ARoarke » Mon Mar 06, 2017 4:32 pm

Hi.

Is there a way for me to verify that an input field I've just modified has truly been modified?

Thanks
ARoarke
 
Posts: 1
Joined: Mon Mar 06, 2017 4:13 pm

Re: Confirming that input fields have been modified

Postby eValid » Tue Mar 07, 2017 1:11 pm

ARoarke wrote:Hi.

Is there a way for me to verify that an input field I've just modified has truly been modified?

Thanks


Yes there is ARoarke, thanks for asking.

You can use the commands: ValueGetElement wid name "frame-path" to get the value of something BEFORE you do an element click to send the new input data data on its way into the DOM.

Here is the manual page on this and relatec commands:

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

And you can use the same command to grab the content after your script has run the command to put something INTO the DOM.

But you should be aware that these two actions, while very fast, are never quite instantaneous.

So a safe procedure is to include a very slight delay between setting and confirming, possibly using a command like:

Delay 10

This will delay by 10 msec, probably enough time for the browser to catch up in case it hasn't already.

-- eValid Support
eValid
 
Posts: 2392
Joined: Tue Jan 01, 2008 12:48 pm
Location: USA


Return to General Solution Topics

Design Downloaded from free phpBB templates | free website templates | Free Web Buttons