running wrote:Does evalid have a way to read, extract, and modify and analyze DOM values in a current page?
Yes, the usual set of basic commands for performing any kind of DOM manipulation is supported, as described in detail in the eValid Product Documentation.
Briefly, you have commands like
ValueGetElement, ValuePutElement, ValueSet, IndexSave, IndexRead, ValueSave, ValueRead, and IndexSaveObjProperty.In other words, for any particular property name and/or value at some
sourceIndex in the current page, you can read/write the value to/from the DOM itself, and to/from a local file.
eValid Support