Page 1 of 1

Changes or deletions of content in the DOM

PostPosted: Thu Nov 14, 2019 10:12 am
by OscarNo
Hello.

What happens to a web page if a user deletes the content of an index item in the DOM.

Thanks

Re: Changes or deletions of content in the DOM

PostPosted: Fri Nov 15, 2019 9:25 am
by eValid
OscarNo wrote:Hello.

What happens to a web page if a user deletes the content of an index item in the DOM.

Thanks


Thanks for asking OscarNo.

This can be difficult to do because the DOM can be changed dynamically by operations of AJAX.

However if you really need to you can use this command set to read and modify the contents of the DOM:

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

The only problem is that you need to know the NAME of the DOM element you need to change.

There can be quite a number of DOM names associated with a particular index.

You can investigate the current contents of the DOM with the PageMap feature:

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

Note that if the page is updated this display will also update when you have the dynamic update feature turned "ON".


-- eValid Support