houm2 wrote:In your PageMap display, how often is the data updated? Does this happen automatically every time?
In many applications the contents of the DOM changes often during an interactive session.
The PageMap has an option to "Expand the tree on update" and if you have this turned ON [default, recommended] then as long as the PageMap display is on the screen the data it shows will be updated whenever the underlying page is updated. This is done automatically after a "page update complete" signal is received inside the browser.
Note: Some AJAX applications modify the contents of the internal values of DOM properties without causing a page update complete signal, but eValid's interrogation of the DOM in the internal synchronization loops can detect changes in the DOM independent of page updates.
eValid Support