Page 1 of 1

Can eValid alter the DOM during a stale state

PostPosted: Mon Jun 22, 2020 10:17 am
by BarbaraG
Morning.

Can I modify the contents of the DOM index that is "stale"?

Thanks

Re: Can eValid alter the DOM during a stale state

PostPosted: Tue Jun 23, 2020 9:34 am
by eValid
BarbaraG wrote:Morning.

Can I modify the contents of the DOM index that is "stale"?

Thanks


Thanks for posting your question BarbaraG.

Actually, the state "stale" has more to do with other activity going on in the browser than what eValid can control.

What this means is that a command like: ValuePutElement wid name "frame_path" will succeed so long as the current "sourceIndex" has a property with name "name" then the current value stored in "elementValue" will be put into that location.

Here is the manual page for this:


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

Fair warning: doing this may have all kinds of secondary effects, depending what else the browser is doing.

The assumption here is that you have that under control.


-- eValid Support