BrianC wrote:Hello.
What are the main modes of DOM-based synchronization in eValid?
Thanks
Great question, thanks for posting it BrianC.
Please check out this manual page:
http://e-valid.com/Products/Documentati ... n.dom.htmlAll of these methods require a "pivot" [for lack of a better term] on a known DOM property name or on a findable DOM index, or both.
The two commands that find elements for you are: IndexFindElement and IndexFindElementEx
The second command searches for a regular expression (R.E.) within the DOM elements.
Fair warning, It can be sluggish if the regular expression is very broad.
-- eValid Support